mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 00:19:11 +07:00
GitOrigin-RevId: fd52ace3d7a32ecd02c2c5ab90e077967604c15e
5 lines
59 B
Java
5 lines
59 B
Java
package pkg;
|
|
|
|
class Test {
|
|
String foo() {return "foo";}
|
|
} |