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

6 lines
73 B
Plaintext
Vendored

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