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.

Duplicated quickfix for missing visibillity #282

@Mazesch

Description

@Mazesch

The suggestion for the following code(which is missing a visibillity) is
"Make this function 'external'"
"Make this function 'external'"

although the visibillity should be 'public' or 'internal';
note that one of the quickfixes disappears after you remove Contract1

code example:

pragma solidity ^0.5.4;

contract Contract1 {
}

contract Contract2 {
    constructor ()  {}
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions