Disable JVM tests in native

This commit is contained in:
Pavel Punegov
2018-07-25 13:22:04 +03:00
committed by Pavel Punegov
parent 0c8f34a934
commit 1a7d366733
10 changed files with 10 additions and 4 deletions
@@ -1,5 +1,6 @@
// !LANGUAGE: +NestedClassesInAnnotations
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: NATIVE
annotation class Foo(val kind: Kind) {
enum class Kind { FAIL, OK }