Skip to content

Commit

Permalink
fix: change help message
Browse files Browse the repository at this point in the history
  • Loading branch information
TilakMaddy committed Dec 10, 2024
1 parent 5207947 commit 1f23bf6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/ui/resolve/func_visibility.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@ error: no visibility specified
LL | function c() {}
| ^^^^^^^^^^^^^^^
|
= help: do you intend to add public?
= help: add `public` to the declaration

error: no visibility specified
--> ROOT/tests/ui/resolve/func_visibility.sol:LL:CC
|
LL | function c() {}
| ^^^^^^^^^^^^^^^
|
= help: do you intend to add external?
= help: add `external` to the declaration

error: no visibility specified
--> ROOT/tests/ui/resolve/func_visibility.sol:LL:CC
|
LL | fallback() {}
| ^^^^^^^^^^^^^
|
= help: do you intend to add external?
= help: add `external` to the declaration

error: no visibility specified
--> ROOT/tests/ui/resolve/func_visibility.sol:LL:CC
|
LL | receive() {}
| ^^^^^^^^^^^^
|
= help: do you intend to add external?
= help: add `external` to the declaration

error: aborting due to 4 previous errors

0 comments on commit 1f23bf6

Please sign in to comment.