// "Unimplement" "true-preview" class A { public String toString() { return super.toString(); } } interface II { void foo(T ty); }