mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
14 lines
679 B
Plaintext
Vendored
14 lines
679 B
Plaintext
Vendored
package
|
|
|
|
public data object Object {
|
|
private constructor Object(/*0*/ x: kotlin.Int, /*1*/ y: kotlin.Int)
|
|
public final val x: kotlin.Int
|
|
public final val y: kotlin.Int
|
|
public final operator /*synthesized*/ fun component1(): kotlin.Int
|
|
public final operator /*synthesized*/ fun component2(): kotlin.Int
|
|
public final /*synthesized*/ fun copy(/*0*/ x: kotlin.Int = ..., /*1*/ y: kotlin.Int = ...): Object
|
|
public open override /*1*/ /*synthesized*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
|
public open override /*1*/ /*synthesized*/ fun hashCode(): kotlin.Int
|
|
public open override /*1*/ /*synthesized*/ fun toString(): kotlin.String
|
|
}
|