6 lines
92 B
Kotlin
Vendored
6 lines
92 B
Kotlin
Vendored
fun foo() {
|
|
val a = ""
|
|
a.<selection>charAt(1)</selection>
|
|
}
|
|
|
|
// IS_APPLICABLE: false |