Add Java Arrays.asList, Set.of, List.of to ReplaceJavaStaticMethodWithKotlinAnalogInspection
Relates to #KT-27782 #KT-21641
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
// WITH_RUNTIME
|
||||
fun test() {
|
||||
val array = intArrayOf(1, 2, 3)
|
||||
val result = java.util.Arrays.<caret>copyOf(array, 3)
|
||||
}
|
||||
Reference in New Issue
Block a user