mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
testdata for IDEA-146897
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
|
||||
interface XYZ<<error descr="Cyclic inheritance involving 'X'"></error>X extends X> {
|
||||
|
||||
class Q {
|
||||
public static void main(String[] args) {
|
||||
<error descr="'XYZ' is abstract; cannot be instantiated">new XYZ<>()</error>;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user