Minor: mute some tests in JS/JS_IR
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// !LANGUAGE: +InlineClasses
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// IGNORE_BACKEND: JS_IR, JVM_IR
|
||||
// WITH_RUNTIME
|
||||
|
||||
class C<T>(val x: T, vararg ys: UInt) {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// WITH_RUNTIME
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
|
||||
fun box(): String {
|
||||
val c = UInt::class.javaObjectType
|
||||
|
||||
Reference in New Issue
Block a user