package vendor; interface IFoo { void foo(); // V1 void bar(); // V2 ** UNFROZEN ** }