mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-07 01:33:13 +07:00
0c7edc2939
1. getCompletionContext() should not return root packages if context reference is present but cannot be resolved 2. InstanceofExpressionPostfixTemplate should not be available inside the string literals GitOrigin-RevId: ad08e280cec09ddb6896c9d358c41cfc68b2cb8e
5 lines
111 B
Java
5 lines
111 B
Java
class Main {
|
|
void foo() throws ReflectiveOperationException {
|
|
Class.forName("com.foooooo.<caret>");
|
|
}
|
|
} |