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.
1 parent f1fcb64 commit 1727fcbCopy full SHA for 1727fcb
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