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