hardhat-vscode icon indicating copy to clipboard operation
hardhat-vscode copied to clipboard

Add code action for "Fallback function must be defined as external" error

Open fvictorio opened this issue 2 years ago • 2 comments
trafficstars

Example:

contract Foo {
  fallback() {
  }
}

The code action should just add the external specifier.

fvictorio avatar Dec 28 '22 07:12 fvictorio