From 254e41b70dbb8d20952ca2743f395d63ebedc7aa Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Tue, 6 Apr 2021 00:27:45 +0300 Subject: [PATCH] FIR: apply bad test data changes related to ABSTRACT_*_NOT_IMPLEMENTED --- .../box/collections/irrelevantImplMutableListSubstitution.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/testData/codegen/box/collections/irrelevantImplMutableListSubstitution.kt b/compiler/testData/codegen/box/collections/irrelevantImplMutableListSubstitution.kt index 6e60e2782f2..0f94791f34d 100644 --- a/compiler/testData/codegen/box/collections/irrelevantImplMutableListSubstitution.kt +++ b/compiler/testData/codegen/box/collections/irrelevantImplMutableListSubstitution.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // FILE: J.java