mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
4 lines
137 B
Kotlin
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%
|