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

6 lines
78 B
Kotlin
Vendored

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