mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 05:18:02 +07:00
GitOrigin-RevId: 12c063d4e41ba8f5244a9c0609ebf016980c97c8
7 lines
93 B
Plaintext
7 lines
93 B
Plaintext
package foo.bar.baz;
|
|
|
|
class Test {
|
|
void test() {
|
|
String s = "foo.bar.baz.Test";
|
|
}
|
|
} |