interface I { function f() public; } // ---- // TypeError 1560: (15-35='function f() public;'): Functions in interfaces must be declared external.