mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
treat type parameter array upper bounds (IDEA-190380)
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
|
||||
class Test {
|
||||
|
||||
private static Class<? extends Object[]> test(Class<?> arrayType) {
|
||||
return arrayType.asSubclass(Object[].class);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user