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