mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
unresolved qualifiers in ref expressions chain (follow IDEA-CR-24382)
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ class E {
|
||||
class opopo {
|
||||
public void main(String[] args) {
|
||||
String java = "bla";
|
||||
java.<error descr="Cannot resolve symbol 'lang'">lang</error>.String.valueOf("");
|
||||
<error descr="Expected class or package">java.lang</error>.String.valueOf("");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user