WrapWithAdapterMethodCallFix: wrap with List.of() instead of Arrays.asList() on Java 9 and higher (IDEA-269380)

GitOrigin-RevId: f39f5c58348afb6b3c57dbc059860f940c6ec363
This commit is contained in:
Bas Leijdekkers
2021-05-16 10:41:03 +02:00
committed by intellij-monorepo-bot
parent 358da7cc4e
commit 223eeb0b0f
34 changed files with 121 additions and 77 deletions

View File

@@ -1,4 +1,4 @@
// "Wrap 1st parameter using 'Collections.singleton()'" "true"
// "Wrap 1st argument using 'Collections.singleton()'" "true"
import java.util.*;
class Test {