[minor] unmute fixed FIR tests

This commit is contained in:
Ilya Chernikov
2021-03-16 11:32:04 +01:00
parent 4a79f544f7
commit 3400911d97
3 changed files with 1 additions and 2 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
// !LANGUAGE: +MultiPlatformProjects
expect abstract class A protected constructor() {
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
// !LANGUAGE: +MultiPlatformProjects
expect enum class MyEnum {
@@ -1,4 +1,5 @@
// IGNORE_DUPLICATED_FIR_SOURCE_EXCEPTION
// FIR_COMPARISON
import kotlin.reflect.KClass
annotation class Ann(val value: KClass<*>)