Files
kotlin-fork/idea/testData/inspectionsLocal/replaceJavaStaticMethodWithKotlinAnalog/collections/asList.kt.after
T
2019-04-18 15:28:52 +07:00

6 lines
86 B
Plaintext
Vendored

// WITH_RUNTIME
import java.util.Arrays
fun test() {
val a = listOf(1, 3, null)
}