ba0efda2f0
#KT-10196 Fixed
8 lines
110 B
Kotlin
Vendored
8 lines
110 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// WITH_RUNTIME
|
|
|
|
const val x = 0
|
|
|
|
fun foo(s: String) {
|
|
s.substring<caret>(x, 10)
|
|
} |