From 392dce9a40be0b2f79173bb44f1465e63274c2af Mon Sep 17 00:00:00 2001 From: Mikhael Bogdanov Date: Wed, 30 Jun 2021 15:23:41 +0200 Subject: [PATCH] Update test affected by `PrivateInFileEffectiveVisibility` feature --- compiler/testData/codegen/box/objects/objectLiteralInClosure.kt | 1 + compiler/testData/codegen/box/regressions/kt3850.kt | 1 + 2 files changed, 2 insertions(+) diff --git a/compiler/testData/codegen/box/objects/objectLiteralInClosure.kt b/compiler/testData/codegen/box/objects/objectLiteralInClosure.kt index 49e19260616..f670d42cdb9 100644 --- a/compiler/testData/codegen/box/objects/objectLiteralInClosure.kt +++ b/compiler/testData/codegen/box/objects/objectLiteralInClosure.kt @@ -1,3 +1,4 @@ +// !LANGUAGE: -PrivateInFileEffectiveVisibility package p private class C(val y: Int) { diff --git a/compiler/testData/codegen/box/regressions/kt3850.kt b/compiler/testData/codegen/box/regressions/kt3850.kt index 03acfce7df7..7a1d643e7c4 100644 --- a/compiler/testData/codegen/box/regressions/kt3850.kt +++ b/compiler/testData/codegen/box/regressions/kt3850.kt @@ -1,3 +1,4 @@ +// !LANGUAGE: -PrivateInFileEffectiveVisibility private class One { val a1 = arrayOf( object { val fy = "text"}