interface I { void m(T t); void m(K k); } @FunctionalInterface interface IEx extends I { }