Don't make generated methods of local data classes LOCAL
This commit is contained in:
+2
-2
@@ -41,7 +41,7 @@ kotlin.data() private final class BinaryOperationKey</*0*/ A, /*1*/ B> {
|
||||
internal final /*synthesized*/ fun component1(): CompileTimeType<out A>
|
||||
internal final /*synthesized*/ fun component2(): CompileTimeType<out B>
|
||||
internal final /*synthesized*/ fun component3(): kotlin.String
|
||||
private final /*synthesized*/ fun copy(/*0*/ f: CompileTimeType<out A> = ..., /*1*/ g: CompileTimeType<out B> = ..., /*2*/ functionName: kotlin.String = ...): BinaryOperationKey<A, B>
|
||||
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
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
@@ -60,7 +60,7 @@ kotlin.data() private final class UnaryOperationKey</*0*/ A> {
|
||||
internal final val functionName: kotlin.String
|
||||
internal final /*synthesized*/ fun component1(): CompileTimeType<out A>
|
||||
internal final /*synthesized*/ fun component2(): kotlin.String
|
||||
private final /*synthesized*/ fun copy(/*0*/ f: CompileTimeType<out A> = ..., /*1*/ functionName: kotlin.String = ...): UnaryOperationKey<A>
|
||||
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
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
|
||||
Reference in New Issue
Block a user