mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
testdata for IDEA-67599
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
abstract class A<T, S extends T>
|
||||
{
|
||||
abstract S bar();
|
||||
void foo(A<Cloneable[], ? extends Throwable[]> a)
|
||||
{
|
||||
int x = a.bar().length;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user