mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
java highlighting tests moved to community
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
package x1;
|
||||
public class X1 {}
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
package x2;
|
||||
public class X1 {}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
import x1.*;
|
||||
import x2.*;
|
||||
|
||||
class Y {
|
||||
<error descr="Reference to 'X1' is ambiguous, both 'x1.X1' and 'x2.X1' match">X1</error> x1;
|
||||
}
|
||||
Reference in New Issue
Block a user