mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-29 16:50:55 +07:00
7 lines
151 B
Java
7 lines
151 B
Java
import foo.bar.one.*;
|
|
import foo.bar.two.*;
|
|
class Main {
|
|
void foo() throws ReflectiveOperationException {
|
|
Class.forName("foo.bar.<caret>");
|
|
}
|
|
} |