mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-30 13:22:14 +07:00
39c3b20e3d
GitOrigin-RevId: 6c6aa131594515157bad57a25703e147cd529f88
7 lines
122 B
Java
7 lines
122 B
Java
// "Replace with 'Test.class'" "true"
|
|
|
|
class Test {
|
|
static void foo() {
|
|
System.out.println(get<caret>Class());
|
|
}
|
|
} |