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