backend tests: INSTANCE$ -> INSTANCE

This commit is contained in:
Michael Bogdanov
2015-10-08 15:21:21 +03:00
parent 679748e1ee
commit a4997e8b31
6 changed files with 8 additions and 6 deletions
@@ -1,3 +1,3 @@
<!CONFLICTING_JVM_DECLARATIONS!>object O<!> {
<!CONFLICTING_JVM_DECLARATIONS!>val `INSTANCE$`: O<!> = null!!
<!CONFLICTING_JVM_DECLARATIONS!>val `INSTANCE`: O<!> = null!!
}
@@ -2,7 +2,7 @@ package
public object O {
private constructor O()
public final val `INSTANCE$`: O
public final val INSTANCE: O
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