mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-04 13:55:00 +07:00
GitOrigin-RevId: 1cfc8afb26b5db175d865f6bbdc752356040d8bb
4 lines
97 B
Java
4 lines
97 B
Java
// "Make 'toString()' default" "false"
|
|
interface I {
|
|
String toS<caret>tring() {return "foo";}
|
|
} |