mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 10:48:09 +07:00
[java] ensure arg wrapper is not available for mutual use when it can't work for some argument
GitOrigin-RevId: 87bbf922fb4ea9a0127aa5d653b2d799f0056c09
This commit is contained in:
committed by
intellij-monorepo-bot
parent
18c44f9431
commit
921d49d3e0
@@ -0,0 +1,8 @@
|
||||
// "Wrap argument using 'Arrays.stream()'" "false"
|
||||
import java.util.*;
|
||||
class a {
|
||||
{
|
||||
List<Unknown> variables = Collections.unmodifi<caret>ableList(Collections.unmodifiableList(new ArrayList<>()));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user