Files
codeql/java/ql/test/kotlin/library-tests/string-charat/test.expected
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

3 lines
74 B
Plaintext

| Test.java:3:36:3:46 | charAt(...) |
| test.kt:2:20:2:23 | charAt(...) |