mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
unchecked generics array creation: subst should be applied before isReifiable check (IDEA-79052)
This commit is contained in:
+9
@@ -119,3 +119,12 @@ class OCM<T> {
|
||||
this(s, false, c);
|
||||
}
|
||||
}
|
||||
|
||||
class TPSubstitution<T> {
|
||||
public void f(T... args) {
|
||||
}
|
||||
|
||||
public void g() {
|
||||
new TPSubstitution<String>().f();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user