1 2 3 4 5
interface I { function foo() virtual external; } // ---- // Warning 5815: (15-47): Interface functions are implicitly "virtual"