mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
testdata for IDEA-67592
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
|
||||
interface A
|
||||
{
|
||||
interface B { }
|
||||
}
|
||||
|
||||
interface D
|
||||
{
|
||||
interface B { }
|
||||
}
|
||||
|
||||
interface C extends A, D
|
||||
{
|
||||
interface E extends <error descr="Reference to 'B' is ambiguous, both 'A.B' and 'D.B' match">B</error> {}
|
||||
}
|
||||
Reference in New Issue
Block a user