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