8988b4b344
Relates to #KT-31502
6 lines
81 B
Kotlin
Vendored
6 lines
81 B
Kotlin
Vendored
// PROBLEM: none
|
|
// WITH_RUNTIME
|
|
|
|
fun foo() {
|
|
"abc".substring<caret>(0, 10)
|
|
} |