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