From 67d48d0150abd4fb62fb9d7a541da1e738ff7f3b Mon Sep 17 00:00:00 2001 From: Victor Petukhov Date: Fri, 28 May 2021 21:37:49 +0300 Subject: [PATCH] Fix failing test --- .../builderInference/stubTypes/commonSuperTypeCovariant.fir.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperTypeCovariant.fir.kt b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperTypeCovariant.fir.kt index be0ac68e7dd..bc1c0ac40ef 100644 --- a/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperTypeCovariant.fir.kt +++ b/compiler/testData/diagnostics/tests/inference/builderInference/stubTypes/commonSuperTypeCovariant.fir.kt @@ -1,6 +1,7 @@ // !LANGUAGE: +UnrestrictedBuilderInference // !DIAGNOSTICS: -UNUSED_PARAMETER -DEPRECATION -EXPERIMENTAL_IS_NOT_ENABLED -UNUSED_VARIABLE // WITH_RUNTIME +// FIR_IDE_IGNORE // FILE: Test.java