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

6 lines
70 B
Plaintext
Vendored

// WITH_RUNTIME
fun foo() {
val text = "123"
text.isEmpty()
}