b97aaf0f71
Relates to #KT-32010
8 lines
146 B
Kotlin
Vendored
8 lines
146 B
Kotlin
Vendored
// PROBLEM: none
|
|
// WITH_RUNTIME
|
|
|
|
fun foo(s: String) {
|
|
if (s.substring(1).let<caret> { it.startsWith("a") || it[1].isLowerCase() }) {
|
|
|
|
}
|
|
} |