Minor, ignore failing box tests for light analysis

This commit is contained in:
Alexander Udalov
2020-05-13 13:51:15 +02:00
parent 99856afc31
commit d2a691d157
4 changed files with 21 additions and 21 deletions
@@ -1,6 +1,6 @@
// IGNORE_BACKEND: JVM
// See KT-38833: Runtime exception is "java.lang.ClassCastException: java.lang.Integer cannot be cast to kotlin.UInt"
// IGNORE_LIGHT_ANALYSIS
// WITH_RUNTIME
// KJS_WITH_FULL_RUNTIME
@@ -15,4 +15,4 @@ fun box(): String {
fun sum(i: UInt, z: UInt?): UInt {
return i + z!!
}
}