Minor, ignore failing box tests for light analysis
This commit is contained in:
Vendored
+2
-2
@@ -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!!
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user