Files
codeql/java/ql/test/kotlin/library-tests/call-int-to-char/test.ql
Chris Smowton 004f4be5fb Kotlin: don't try to call nonexistent j.l.Number.toChar
Previously we thought this could be callable because Kotlin's view of `j.l.Integer` inherits `k.Number` which defines `toChar`.
2022-10-25 17:09:05 +01:00

5 lines
44 B
Plaintext

import java
from MethodAccess ma
select ma