Files
kotlin-fork/idea/testData/intentions/replaceSizeZeroCheckWithIsEmpty/array.kt.after
T

6 lines
87 B
Plaintext
Vendored

// WITH_RUNTIME
fun foo() {
val arrayOf = arrayOf(1, 2, 3)
arrayOf.isEmpty()
}