mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
testdata for IDEA-57485
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
abstract class A{
|
||||
abstract <S extends Number & Comparable<?>, T extends Number & Comparable<? extends S>> T foo(
|
||||
Comparable<? extends T> x,
|
||||
Comparable<? extends T> y);
|
||||
|
||||
{
|
||||
foo(1, 1L);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user