mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 13:39:36 +07:00
isAssignable (IDEA-97276)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
interface Interf<X extends Interf> {}
|
||||
class SomeClass {
|
||||
static <I extends Interf<? super I>> Class<I> someMethod(I i) { return null; }
|
||||
}
|
||||
Reference in New Issue
Block a user