diff --git a/idea/testData/decompiler/navigation/decompiled/ClassWithConstructor.kt b/idea/testData/decompiler/navigation/decompiled/ClassWithConstructor.kt index 9f36f41012d..586ff14e935 100644 --- a/idea/testData/decompiler/navigation/decompiled/ClassWithConstructor.kt +++ b/idea/testData/decompiler/navigation/decompiled/ClassWithConstructor.kt @@ -6,5 +6,5 @@ package testData.libraries [[public final class ClassWithConstructor public constructor(a: kotlin.String, b: kotlin.Any) { [public constructor(a: kotlin.String) { /* compiled code */ }] - [internal final val a: kotlin.String /* compiled code */] -}]] + [public final val a: kotlin.String /* compiled code */] +}]] \ No newline at end of file diff --git a/idea/testData/decompiler/navigation/decompiled/Color.kt b/idea/testData/decompiler/navigation/decompiled/Color.kt index 0a77e11b548..db00cd43aec 100644 --- a/idea/testData/decompiler/navigation/decompiled/Color.kt +++ b/idea/testData/decompiler/navigation/decompiled/Color.kt @@ -10,5 +10,5 @@ package testData.libraries [[BLUE;]] - [internal final val rgb: kotlin.Int /* compiled code */] + [public final val rgb: kotlin.Int /* compiled code */] }]] \ No newline at end of file diff --git a/idea/testData/decompiler/navigation/decompiled/WithInnerAndObject.kt b/idea/testData/decompiler/navigation/decompiled/WithInnerAndObject.kt index ebcba9b8381..66f16fe39ad 100644 --- a/idea/testData/decompiler/navigation/decompiled/WithInnerAndObject.kt +++ b/idea/testData/decompiler/navigation/decompiled/WithInnerAndObject.kt @@ -5,12 +5,12 @@ package testData.libraries [[public final class WithInnerAndObject public constructor() { [[public companion object { - [internal final fun foo(): kotlin.Unit { /* compiled code */ }] + [public final fun foo(): kotlin.Unit { /* compiled code */ }] }]] - [[internal final class MyInner public constructor() { - [internal interface MyInnerInner { - [internal abstract fun innerInnerMethod(): kotlin.Unit] + [[public final class MyInner public constructor() { + [public interface MyInnerInner { + [public abstract fun innerInnerMethod(): kotlin.Unit] }] }]] }]] \ No newline at end of file