mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-17 04:35:13 +07:00
IDEA-230334 Make first Ctrl+Space work in Class.forName literal
GitOrigin-RevId: 96cbc8f8a65b6853c1a7cd7b9977b4d33ff56062
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a4d6d00243
commit
571af6bb9c
@@ -0,0 +1,5 @@
|
||||
class Main {
|
||||
void foo() throws ReflectiveOperationException {
|
||||
Class.forName("StringBu<caret>");
|
||||
}
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
class Main {
|
||||
void foo() throws ReflectiveOperationException {
|
||||
Class.forName("java.lang.StringBuffer<caret>");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user