mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 18:58:31 +07:00
7 lines
113 B
Java
7 lines
113 B
Java
// "Replace with Test.class" "true"
|
|
|
|
class Test {
|
|
static void foo() {
|
|
System.out.println(Test.class);
|
|
}
|
|
} |