mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
unknown class get all unresolved reference fixes (IDEA-192090)
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// "Create class 'Abc'" "true"
|
||||
public class Test {
|
||||
Abc Abc;
|
||||
}
|
||||
|
||||
public class Abc {
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
// "Create class 'Abc'" "true"
|
||||
public class Test {
|
||||
<caret>Abc Abc;
|
||||
}
|
||||
Reference in New Issue
Block a user