interface A { void m(T t) default { } } class MyClass implements A { }