Files
kotlin-fork/idea/testData/intentions/replaceSizeCheckWithIsNotEmpty/lt.kt.after
T

6 lines
87 B
Plaintext
Vendored

// WITH_RUNTIME
fun foo() {
val listOf = listOf(1, 2, 3)
listOf.isNotEmpty()
}