fix tests in org.jetbrains.kotlin.checkers (related to KT-9072)
This commit is contained in:
@@ -24,7 +24,7 @@ public final class Test {
|
||||
|
||||
public object Some : Test.InnerClass {
|
||||
private constructor Some()
|
||||
public final val a: Test.InnerClass
|
||||
public final val a: Test.Some.a.<no name provided>
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public final fun more(): Test.InnerClass
|
||||
|
||||
Reference in New Issue
Block a user