8988b4b344
Relates to #KT-31502
8 lines
103 B
Kotlin
Vendored
8 lines
103 B
Kotlin
Vendored
// PROBLEM: none
|
|
// WITH_RUNTIME
|
|
|
|
const val x = 0
|
|
|
|
fun foo(s: String) {
|
|
s.substring<caret>(x, 10)
|
|
} |