From fb8cc00d1f7634487d453d3d43b096c0049f6883 Mon Sep 17 00:00:00 2001 From: "Denis.Zharkov" Date: Thu, 8 Feb 2024 17:06:06 +0100 Subject: [PATCH] Minor. Mention KT-49160 in relevant test data --- .../builderInference/buildListToUpperBoundInLazy.fir.kt | 1 + .../builderInference/buildListToUpperBoundInLazy.kt | 1 + 2 files changed, 2 insertions(+) diff --git a/compiler/testData/diagnostics/testsWithStdLib/builderInference/buildListToUpperBoundInLazy.fir.kt b/compiler/testData/diagnostics/testsWithStdLib/builderInference/buildListToUpperBoundInLazy.fir.kt index 7804ca04474..bbc8056910a 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/builderInference/buildListToUpperBoundInLazy.fir.kt +++ b/compiler/testData/diagnostics/testsWithStdLib/builderInference/buildListToUpperBoundInLazy.fir.kt @@ -1,5 +1,6 @@ // !LANGUAGE: +UnrestrictedBuilderInference -ForbidInferringPostponedTypeVariableIntoDeclaredUpperBound // ISSUE: KT-48445 +// ISSUE: KT-49160 internal class TowerDataElementsForName() { val reversedFilteredLocalScopes by lazy(LazyThreadSafetyMode.NONE) { diff --git a/compiler/testData/diagnostics/testsWithStdLib/builderInference/buildListToUpperBoundInLazy.kt b/compiler/testData/diagnostics/testsWithStdLib/builderInference/buildListToUpperBoundInLazy.kt index cf98dd1421d..301941782a1 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/builderInference/buildListToUpperBoundInLazy.kt +++ b/compiler/testData/diagnostics/testsWithStdLib/builderInference/buildListToUpperBoundInLazy.kt @@ -1,5 +1,6 @@ // !LANGUAGE: +UnrestrictedBuilderInference -ForbidInferringPostponedTypeVariableIntoDeclaredUpperBound // ISSUE: KT-48445 +// ISSUE: KT-49160 internal class TowerDataElementsForName() { val reversedFilteredLocalScopes by lazy(LazyThreadSafetyMode.NONE) {