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
@@ -4,7 +4,7 @@ kotlin.data() internal final class C {
public constructor C(/*0*/ c: kotlin.Int)
internal final val c: kotlin.Int
internal final /*synthesized*/ fun component1(): kotlin.Int
internal final /*synthesized*/ fun copy(/*0*/ c: kotlin.Int = ...): C
public final /*synthesized*/ fun copy(/*0*/ c: kotlin.Int = ...): C
internal final fun `copy$default`(/*0*/ c: C, /*1*/ x: kotlin.Int, /*2*/ m: kotlin.Int): C
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int