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