mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
non-reifiable type check: testdata for IDEA-139091
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import java.util.Map;
|
||||
|
||||
class Test {
|
||||
void baz(){
|
||||
bar(<error descr="Generic array creation">new Map<?, Integer>[3]</error>);
|
||||
}
|
||||
|
||||
void bar(Map<?, Integer> ... x){ }
|
||||
}
|
||||
Reference in New Issue
Block a user