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