FIR: Mute test that should be disabled since 1.6

This commit is contained in:
Denis.Zharkov
2021-05-13 15:12:19 +03:00
committed by teamcityserver
parent 8f41badf74
commit 4433dffbd3
@@ -1,6 +1,7 @@
// TARGET_BACKEND: JVM // TARGET_BACKEND: JVM
// WITH_RUNTIME // WITH_RUNTIME
// !DIAGNOSTICS: -UNUSED_PARAMETER -CAST_NEVER_SUCCEEDS // !DIAGNOSTICS: -UNUSED_PARAMETER -CAST_NEVER_SUCCEEDS
// IGNORE_BACKEND_FIR: JVM_IR
fun <E : Enum<E>> createMap(enumClass: Class<E>) {} fun <E : Enum<E>> createMap(enumClass: Class<E>) {}