Files
codeql/java/ql/test/kotlin/library-tests/string-charat/test.ql
Chris Smowton 9593ceeda5 Kotlin: Special-case String.charAt naming
In the Kotlin universe this is called `get` so that Kotlin programmers can use the `[]` operator on `String`s.
2022-07-21 09:17:08 +01:00

5 lines
44 B
Plaintext

import java
from MethodAccess ma
select ma