Don't make generated methods of local data classes LOCAL

This commit is contained in:
Andrey Breslav
2015-01-27 19:34:35 +03:00
parent eebe013de2
commit 9c469a7dff
37 changed files with 45 additions and 45 deletions
@@ -30,7 +30,7 @@ kotlin.data() internal final class Pair</*0*/ out A, /*1*/ out B> {
internal final val second: B
internal final /*synthesized*/ fun component1(): A
internal final /*synthesized*/ fun component2(): B
internal final /*synthesized*/ fun copy(/*0*/ first: A = ..., /*1*/ second: B = ...): Pair<A, B>
public final /*synthesized*/ fun copy(/*0*/ first: A = ..., /*1*/ second: B = ...): Pair<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
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String