Mute tests involving Char.{MIN,MAX}_VALUE, analogously to other primitive types

This commit is contained in:
Georgy Bronnikov
2018-08-31 15:43:28 +03:00
parent 8a871b3f0c
commit 2fccf6875f
5 changed files with 5 additions and 0 deletions
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
fun box(): String {
val c1: Char = Char.MIN_VALUE
val c2 = c1 - 1