mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-30 15:53:32 +07:00
39c3b20e3d
GitOrigin-RevId: 6c6aa131594515157bad57a25703e147cd529f88
7 lines
115 B
Java
7 lines
115 B
Java
// "Replace with 'Test.class'" "true"
|
|
|
|
class Test {
|
|
static void foo() {
|
|
System.out.println(Test.class);
|
|
}
|
|
} |