Specify JVM target backend for test with '@JvmXXX' annotations

This commit is contained in:
Mikhael Bogdanov
2018-12-20 13:38:41 +01:00
parent a8a1bfca72
commit f4e532e449
85 changed files with 88 additions and 214 deletions
@@ -1,8 +1,6 @@
// !LANGUAGE: +JvmFieldInInterface
// IGNORE_BACKEND: JVM_IR
// TARGET_BACKEND: JVM
// IGNORE_BACKEND: JS
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JVM_IR
// WITH_RUNTIME
class Bar(val value: String)