mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
do not generate captured wildcard from unbound captured wildcard with same context
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
class Test<X extends Getter<?, ?> & Runnable> {}
|
||||
|
||||
interface Supplier<K> {
|
||||
K get();
|
||||
}
|
||||
|
||||
interface Getter<C, S extends C> extends Supplier<C> {
|
||||
public S get();
|
||||
}
|
||||
Reference in New Issue
Block a user