Replace popup with several quick-fixes in ReplaceJavaStaticMethodWithKotlinAnalog
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
// WITH_RUNTIME
|
||||
// FIX: Replace with `mutableListOf` function
|
||||
import java.util.Arrays
|
||||
|
||||
fun test() {
|
||||
val a = Arrays.<caret>asList(1, 3, null)
|
||||
}
|
||||
Reference in New Issue
Block a user