1 2 3 4 5
interface I { function f() public; } // ---- // TypeError 1560: (15-35): Functions in interfaces must be declared external.