Makes visibility warning more concise.

This commit is contained in:
Erik Kundt
2018-04-03 11:16:50 +02:00
parent 601659c384
commit f9efa41749
2 changed files with 5 additions and 3 deletions
@@ -3,4 +3,4 @@ interface I {
}
// ----
// Warning: Functions in interfaces should be declared external.
// Warning: No visibility specified. Defaulting to "external".
// Warning: No visibility specified. Defaulting to "public". In interfaces it defaults to external.