mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-19 20:36:32 +07:00
6 lines
72 B
Java
6 lines
72 B
Java
package p;
|
|
class Test {
|
|
boolean g<caret>et() {
|
|
return false;
|
|
}
|
|
} |