From 6111daa8f78db7614d71a98307ba48d52ab0b612 Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Mon, 12 Dec 2022 17:27:19 +0100 Subject: [PATCH] Fix a pair of broken lazy resolve tests after rebase --- .../fir/analysis-tests/testData/resolve/annotations/kt55286.kt | 1 + .../testsWithJava17/jvmRecord/explicitSuperConstructorCall.kt | 1 + 2 files changed, 2 insertions(+) diff --git a/compiler/fir/analysis-tests/testData/resolve/annotations/kt55286.kt b/compiler/fir/analysis-tests/testData/resolve/annotations/kt55286.kt index 1e6d8c52b2e..5f3da6fa594 100644 --- a/compiler/fir/analysis-tests/testData/resolve/annotations/kt55286.kt +++ b/compiler/fir/analysis-tests/testData/resolve/annotations/kt55286.kt @@ -1,3 +1,4 @@ +// FIR_DISABLE_LAZY_RESOLVE_CHECKS // ISSUE: KT-55286 annotation class Deprecated diff --git a/compiler/testData/diagnostics/tests/testsWithJava17/jvmRecord/explicitSuperConstructorCall.kt b/compiler/testData/diagnostics/tests/testsWithJava17/jvmRecord/explicitSuperConstructorCall.kt index 6efbef347a9..d62a542e19c 100644 --- a/compiler/testData/diagnostics/tests/testsWithJava17/jvmRecord/explicitSuperConstructorCall.kt +++ b/compiler/testData/diagnostics/tests/testsWithJava17/jvmRecord/explicitSuperConstructorCall.kt @@ -1,3 +1,4 @@ +// FIR_DISABLE_LAZY_RESOLVE_CHECKS // FIR_IDENTICAL // SKIP_TXT // ISSUE: KT-54573