mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
6 lines
134 B
Java
6 lines
134 B
Java
// "Replace with 'Class.class'" "true"
|
|
class Test {
|
|
void test(Class<?> clazz) {
|
|
System.out.println(Class.class.getName());
|
|
}
|
|
} |