Files
codeql/java/ql/test-kotlin2/library-tests/call-int-to-char/test.kt
2023-11-17 14:07:13 +00:00

4 lines
137 B
Kotlin

fun f(x: Int) = x.toChar()
// Diagnostic Matches: % Couldn't find a Java equivalent function to kotlin.Int.toChar in java.lang.Integer%