mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-22 16:19:35 +07:00
921d49d3e0
GitOrigin-RevId: 87bbf922fb4ea9a0127aa5d653b2d799f0056c09
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<>()));
|
|
}
|
|
}
|
|
|