We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09f549a + 1727fcb commit a428ab5Copy full SHA for a428ab5
java/ql/test/kotlin/library-tests/call-int-to-char/test.kt
@@ -1 +1,3 @@
1
fun f(x: Int) = x.toChar()
2
+
3
+// Diagnostic Matches: % Couldn't find a Java equivalent function to kotlin.Int.toChar in java.lang.Integer%
0 commit comments