mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
new inference: initial tests
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import java.util.Collection;
|
||||
import java.util.List;
|
||||
|
||||
interface A
|
||||
{
|
||||
<S extends Cloneable & Comparable<?>> void foo(S x);
|
||||
<S extends Comparable<?> & Cloneable> void foo(S x);
|
||||
}
|
||||
Reference in New Issue
Block a user