mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
unresolved qualifiers in ref expressions chain (follow IDEA-CR-24382)
This commit is contained in:
+1
-1
@@ -2,6 +2,6 @@ import mycompany.File;
|
||||
|
||||
class Test {
|
||||
void foo() throws Exception {
|
||||
File tempFile = mycompany.File.createTempFile("", "", null);
|
||||
File tempFile = File.createTempFile("", "", null);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user