From 1a48ccff4caa1da4278146c4e78f287f418fbd95 Mon Sep 17 00:00:00 2001 From: Michael Nedzelsky Date: Fri, 4 Sep 2015 22:18:11 +0300 Subject: [PATCH] fix tests in org.jetbrains.kotlin.idea.decompiler.navigation --- .../navigation/decompiled/ClassWithConstructor.kt | 4 ++-- idea/testData/decompiler/navigation/decompiled/Color.kt | 2 +- .../navigation/decompiled/WithInnerAndObject.kt | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) 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