mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
ambiguity conflict resolution for class/package (IDEA-151859;IDEA-184289)
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
package c;
|
||||
class Test {
|
||||
a.<error descr="Cannot resolve symbol 'b'">b</error> myB;
|
||||
}
|
||||
Reference in New Issue
Block a user