Files
2022-08-22 17:58:06 +00:00

4 lines
97 B
Java

// "Make 'toString()' default" "false"
interface I {
String toS<caret>tring() {return "foo";}
}