interface I { function f(); } // ---- // TypeError: (15-28): Functions in interfaces must be declared external.