mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
testdata for IDEA-65377
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
public class C1<T extends C1<T>>{
|
||||
public static class C2<K extends C1<K>> extends C1<K>{}
|
||||
public static class C3<Z> extends C2<<error descr="No wildcard expected">? extends C3<Z></error>>{}
|
||||
}
|
||||
Reference in New Issue
Block a user