mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-25 17:12:40 +07:00
91f7445298
GitOrigin-RevId: e836468e05db28157713e9edd3c70382f8ecdebc
5 lines
111 B
Java
5 lines
111 B
Java
class Main {
|
|
void foo() throws ReflectiveOperationException {
|
|
Class.forName("com.foooooo.<caret>");
|
|
}
|
|
} |