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