Minor, ignore test for JVM_IR

It started to fail with AssertionError in inlineOnly.kt after
d267f1e875 because "$annotations" methods have annotations from the
corresponding property (which can include InlineOnly), but are never
inline. The test will be unmuted as soon as we stop using wrapped
descriptors in the IR backend to determine access flags which should be
generated on a declaration in the bytecode
This commit is contained in:
Alexander Udalov
2019-02-20 10:11:47 +01:00
parent 588236391e
commit 946acd2416
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// FILE: 1.kt
// WITH_RUNTIME
package test