1 2 3 4 5
interface Interface { function f() public; } // ---- // Warning: (23-43): Functions in interfaces should be declared external.