mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-04 12:03:57 +07:00
GitOrigin-RevId: 96cbc8f8a65b6853c1a7cd7b9977b4d33ff56062
5 lines
107 B
Java
5 lines
107 B
Java
class Main {
|
|
void foo() throws ReflectiveOperationException {
|
|
Class.forName("StringBu<caret>");
|
|
}
|
|
} |