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