8988b4b344
Relates to #KT-31502
5 lines
63 B
Kotlin
Vendored
5 lines
63 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun foo() {
|
|
"abc".substring<caret>(1, 2)
|
|
} |