Kotlin: fix test to expect diagnostic

This commit is contained in:
Tamas Vajk
2022-10-27 09:14:23 +02:00
parent f1fcb64e94
commit 1727fcb845

View File

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