// "Implement methods" "true-preview"" interface I { void m(I i, T v); } class Impl implements I { @Override public void m(I i, Object v) { } }