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"}