mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-26 10:28:12 +07:00
185284cee6
GitOrigin-RevId: 9aac8ee4ed1ebf2a29de18a238825fafb1ab88f9
5 lines
111 B
Java
5 lines
111 B
Java
class Main {
|
|
void foo() throws ReflectiveOperationException {
|
|
Class.forName("com.foooooo.<caret>");
|
|
}
|
|
} |