mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
erasure: use before subst for type param bound (IDEA-98092)
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
interface Foo<T> {
|
||||
public <A extends T, B extends A> void bar(Class<A> key, B value);
|
||||
}
|
||||
|
||||
class FooImpl implements Foo<String>{
|
||||
public <A extends String, B extends A> void bar(Class<A> key, B value) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user