mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
testdata for IDEA-57339
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
abstract class A {
|
||||
abstract <T extends Iterable & Cloneable> void foo();
|
||||
}
|
||||
|
||||
abstract class B extends A{
|
||||
abstract <T extends Cloneable & Iterable> void foo();
|
||||
}
|
||||
Reference in New Issue
Block a user