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