Files
2019-04-23 13:15:05 +03:00

7 lines
93 B
Plaintext

package foo.bar.baz;
class Test {
void test() {
String s = "foo.bar.baz.Test";
}
}