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
@@ -9,5 +9,5 @@ kotlin.data() internal final class A {
internal final val other: kotlin.Long
internal final fun <get-other>(): kotlin.Long
internal final /*synthesized*/ fun component1(): kotlin.Int
internal final /*synthesized*/ fun copy(/*0*/ foo: kotlin.String, /*1*/ bar: kotlin.Int = ..., /*2*/ other: kotlin.Long): test.A
public final /*synthesized*/ fun copy(/*0*/ foo: kotlin.String, /*1*/ bar: kotlin.Int = ..., /*2*/ other: kotlin.Long): test.A
}