ba0efda2f0
#KT-10196 Fixed
6 lines
103 B
Kotlin
Vendored
6 lines
103 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// WITH_RUNTIME
|
|
|
|
fun foo(s: String) {
|
|
s.substring<caret>(3, s.length - 5)
|
|
} |