Skip to content
This repository was archived by the owner on Jul 2, 2021. It is now read-only.
This repository was archived by the owner on Jul 2, 2021. It is now read-only.

Quickfix "Use "pure" instead." does nothing #296

@Mazesch

Description

@Mazesch

The following code has a quickfix which should change the mutability to "pure" but it does nothing.

pragma solidity ^0.5.4;
contract Contract {
    function id(uint a) external returns (uint) {
        return a;
    }
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions