interface I { function f(); } // ---- // Warning: Functions in interfaces should be declared external. // Warning: No visibility specified. Defaulting to "public". In interfaces it defaults to external.