mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-04 19:24:40 +07:00
GitOrigin-RevId: 6b6405ee4491ad1d58947547c40df6fb2d291ab7
7 lines
123 B
Java
7 lines
123 B
Java
// "Replace with 'Test.class'" "true-preview"
|
|
|
|
class Test {
|
|
static void foo() {
|
|
System.out.println(Test.class);
|
|
}
|
|
} |