mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
update testdata
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import java.util.*;
|
||||
|
||||
enum En {
|
||||
A(new Y<>((<warning descr="Casting 'new ArrayList<>()' to 'List' is redundant">List</warning>) new ArrayList<>()));
|
||||
A(new Y<>((List) new ArrayList<>()));
|
||||
|
||||
En(Y<List<Object>> list) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user