b121990368
So #KT-16857 Fixed
8 lines
153 B
Kotlin
Vendored
8 lines
153 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// WITH_RUNTIME
|
|
|
|
fun foo(s: String) {
|
|
if (s.substring(1).let<caret> { it.startsWith("a") || it[1].isLowerCase() }) {
|
|
|
|
}
|
|
} |