From ccaa779e2fe8490dcbcf3d352be123e6a225ccaa Mon Sep 17 00:00:00 2001 From: "Pavel V. Talanov" Date: Tue, 2 Jun 2015 19:06:27 +0300 Subject: [PATCH] Minor: fix test --- compiler/testData/diagnostics/tests/ObjectWithConstructor.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/testData/diagnostics/tests/ObjectWithConstructor.txt b/compiler/testData/diagnostics/tests/ObjectWithConstructor.txt index c3c7a4e0ef6..bcf788082cc 100644 --- a/compiler/testData/diagnostics/tests/ObjectWithConstructor.txt +++ b/compiler/testData/diagnostics/tests/ObjectWithConstructor.txt @@ -25,7 +25,7 @@ internal final class A3 { public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String - internal companion object B { + public companion object B { public constructor B() private constructor B(/*0*/ prop: kotlin.Int) internal final val prop: kotlin.Int