fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
@@ -2,14 +2,14 @@ package
|
||||
|
||||
package toplevelObjectDeclarations {
|
||||
|
||||
internal object CObj {
|
||||
public object CObj {
|
||||
private constructor CObj()
|
||||
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 open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
}
|
||||
|
||||
internal object DOjb : toplevelObjectDeclarations.CObj {
|
||||
public object DOjb : toplevelObjectDeclarations.CObj {
|
||||
private constructor DOjb()
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
|
||||
Reference in New Issue
Block a user