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

6 lines
79 B
Kotlin
Vendored

// WITH_RUNTIME
fun foo() {
val text = "123"
0 == text.length<caret>
}