Skip to content

Commit a428ab5

Browse files
authored
Merge pull request github#11006 from tamasvajk/kotlin-fix-test-1
Kotlin: fix test to expect diagnostic
2 parents 09f549a + 1727fcb commit a428ab5

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)