6 lines
88 B
Kotlin
Vendored
6 lines
88 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// WITH_RUNTIME
|
|
|
|
fun foo() {
|
|
"abc".substring<caret>(0, 10)
|
|
} |