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