mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
In the Kotlin universe this is called `get` so that Kotlin programmers can use the `[]` operator on `String`s.
3 lines
25 B
Kotlin
3 lines
25 B
Kotlin
|
|
fun f(x: String) = x[0]
|