Make tests that use jvm-annotations be targeted to jvm backend

This commit is contained in:
Pavel Punegov
2018-10-11 17:44:09 +03:00
committed by Pavel Punegov
parent 8be3e902a8
commit d9a8a00069
5 changed files with 6 additions and 33 deletions
@@ -1,5 +1,6 @@
// !LANGUAGE: +InlineClasses
// IGNORE_BACKEND: JS, JS_IR, JVM_IR
// TARGET_BACKEND: JVM
// IGNORE_BACKEND: JVM_IR
// WITH_RUNTIME
inline class R(private val r: Int) {