interface I { function f() internal; } // ---- // TypeError: Functions in interfaces cannot be internal or private.