Files

8 lines
122 B
Java

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