Mark JVM specific test with TARGET_BACKEND directive
This is needed to avoid test failing for Kotlin/Native
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
// WITH_RUNTIME
|
||||
// IGNORE_BACKEND: JS, JS_IR
|
||||
// TARGET_BACKEND: JVM
|
||||
|
||||
class Foo<T>(val x: Int)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user