mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 22:17:05 +07:00
GitOrigin-RevId: 3492248e09aa19e702597165d9cc6c33ffd33285
4 lines
68 B
Java
4 lines
68 B
Java
// "Make 'foo' default" "false"
|
|
interface I {
|
|
void f<caret>oo();
|
|
} |