Don't make generated methods of local data classes LOCAL
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user