mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
WrapWithAdapterMethodCallFix: wrap with List.of() instead of Arrays.asList() on Java 9 and higher (IDEA-269380)
GitOrigin-RevId: f39f5c58348afb6b3c57dbc059860f940c6ec363
This commit is contained in:
committed by
intellij-monorepo-bot
parent
358da7cc4e
commit
223eeb0b0f
@@ -1,4 +1,4 @@
|
||||
// "Wrap 1st parameter using 'Collections.singleton()'" "true"
|
||||
// "Wrap 1st argument using 'Collections.singleton()'" "true"
|
||||
import java.util.*;
|
||||
|
||||
class Test {
|
||||
|
||||
Reference in New Issue
Block a user