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

6 lines
81 B
Plaintext
Vendored

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