mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
testdata for IDEA-57362
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
class C<T,S> {
|
||||
class D extends C<D,D> {}
|
||||
<T> T foo(){
|
||||
<error descr="Incompatible types. Found: 'C.D.D.D', required: 'C.D'">D x = this.<D.D.D>foo();</error>
|
||||
return null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user