mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Suggests external for fallback and interface functions.
This commit is contained in:
@@ -2,4 +2,4 @@ contract C {
|
||||
function f() pure { }
|
||||
}
|
||||
// ----
|
||||
// SyntaxError: (17-38): No visibility specified.
|
||||
// SyntaxError: (17-38): No visibility specified. Did you intend to add "public"?
|
||||
|
||||
Reference in New Issue
Block a user