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