mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-11 00:56:33 +07:00
123242c4b2
GitOrigin-RevId: fd52ace3d7a32ecd02c2c5ab90e077967604c15e
5 lines
111 B
Java
5 lines
111 B
Java
class Main {
|
|
void foo() throws ReflectiveOperationException {
|
|
Class.forName("com.foooooo.<caret>");
|
|
}
|
|
} |