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