Suggests external for fallback and interface functions.

This commit is contained in:
chriseth
2018-07-17 18:07:36 +02:00
committed by Erik Kundt
parent 75bba5c9f0
commit dfd2fee91d
9 changed files with 31 additions and 7 deletions
@@ -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"?