mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-168309 Completion inside Class.forName starts suggesting root packages again when something unknown entered
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
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4631c256b9
commit
0c7edc2939
+5
@@ -0,0 +1,5 @@
|
||||
class Main {
|
||||
void foo() throws ReflectiveOperationException {
|
||||
Class.forName("com.foooooo.<caret>");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user