Fix compiler tests

This commit is contained in:
Yan Zhulanow
2015-09-21 23:40:34 +03:00
parent 35362a0f3b
commit 6db9344659
319 changed files with 1034 additions and 1032 deletions
@@ -38,9 +38,9 @@ public final class BigInteger {
public final val f: CompileTimeType<out A>
public final val functionName: kotlin.String
public final val g: CompileTimeType<out B>
public final /*synthesized*/ fun component1(): CompileTimeType<out A>
public final /*synthesized*/ fun component2(): CompileTimeType<out B>
public final /*synthesized*/ fun component3(): kotlin.String
public final operator /*synthesized*/ fun component1(): CompileTimeType<out A>
public final operator /*synthesized*/ fun component2(): CompileTimeType<out B>
public final operator /*synthesized*/ fun component3(): kotlin.String
public final /*synthesized*/ fun copy(/*0*/ f: CompileTimeType<out A> = ..., /*1*/ g: CompileTimeType<out B> = ..., /*2*/ functionName: kotlin.String = ...): BinaryOperationKey<A, B>
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
@@ -58,8 +58,8 @@ private final class CompileTimeType</*0*/ T> {
public constructor UnaryOperationKey</*0*/ A>(/*0*/ f: CompileTimeType<out A>, /*1*/ functionName: kotlin.String)
public final val f: CompileTimeType<out A>
public final val functionName: kotlin.String
public final /*synthesized*/ fun component1(): CompileTimeType<out A>
public final /*synthesized*/ fun component2(): kotlin.String
public final operator /*synthesized*/ fun component1(): CompileTimeType<out A>
public final operator /*synthesized*/ fun component2(): kotlin.String
public final /*synthesized*/ fun copy(/*0*/ f: CompileTimeType<out A> = ..., /*1*/ functionName: kotlin.String = ...): UnaryOperationKey<A>
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int