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

Duplicated quickfix for wrong constructor name #294

Open
Mazesch opened this issue Aug 8, 2019 · 0 comments
Open

Duplicated quickfix for wrong constructor name #294

Mazesch opened this issue Aug 8, 2019 · 0 comments

Comments

@Mazesch
Copy link
Collaborator

Mazesch commented Aug 8, 2019

The following code produces two quickfix options although only one should be shown.
Note that one disappears after contract A is removed from the code.
This might be connected to #282 .

pragma solidity ^0.5.4;
contract A {
}
contract Existing {
    function Existing(address _t) public {

    }
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant