mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-23 14:31:48 +07:00
21cc3d6654
GitOrigin-RevId: 3492248e09aa19e702597165d9cc6c33ffd33285
4 lines
95 B
Java
4 lines
95 B
Java
// "Make 'toString' default" "false"
|
|
interface I {
|
|
String toS<caret>tring() {return "foo";}
|
|
} |