Skip to content

Commit 1727fcb

Browse files
committed
Kotlin: fix test to expect diagnostic
1 parent f1fcb64 commit 1727fcb

File tree

1 file changed

+2
-0
lines changed
  • java/ql/test/kotlin/library-tests/call-int-to-char

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
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

Comments
 (0)