Specify JVM target backend for test with java type inheritance

This commit is contained in:
Mikhael Bogdanov
2018-12-21 12:12:45 +01:00
parent 3c048d7f57
commit d76cb32781
14 changed files with 14 additions and 38 deletions
@@ -1,6 +1,4 @@
// IGNORE_BACKEND: JS_IR
// TODO: muted automatically, investigate should it be ran for JS or not
// IGNORE_BACKEND: JS, NATIVE
// TARGET_BACKEND: JVM
fun fn0() {}
fun fn1(x: Any) {}
@@ -1,7 +1,5 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
// TODO: muted automatically, investigate should it be ran for JS or not
// IGNORE_BACKEND: JS, NATIVE
// TARGET_BACKEND: JVM
fun fn0() {}
fun fn1(x: Any) {}