mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
testdata for IDEA-57378
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
interface IA {
|
||||
<T extends Cloneable & Iterable> void foo(T x);
|
||||
<T extends Iterable & Cloneable> void foo(T x);
|
||||
}
|
||||
|
||||
abstract class A<T extends Throwable> {
|
||||
abstract <T extends Comparable<?> & Iterable> void foo(T x, A<?> y);
|
||||
abstract <T extends Iterable & Comparable<?>> void foo(T x, A<? extends Throwable> y);
|
||||
}
|
||||
Reference in New Issue
Block a user