mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-09 19:07:10 +07:00
6 lines
70 B
Java
6 lines
70 B
Java
package p;
|
|
class Test {
|
|
String g<caret>et() {
|
|
return null;
|
|
}
|
|
} |