mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-12 18:24:50 +07:00
9 lines
208 B
Java
9 lines
208 B
Java
// "Wrap argument using 'Arrays.stream()'" "false"
|
|
import java.util.*;
|
|
class a {
|
|
{
|
|
List<Unknown> variables = Collections.unmodifi<caret>ableList(Collections.unmodifiableList(new ArrayList<>()));
|
|
}
|
|
}
|
|
|