mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
10 lines
335 B
Plaintext
Vendored
10 lines
335 B
Plaintext
Vendored
package test
|
|
|
|
public final data class My {
|
|
/*primary*/ public constructor My(/*0*/ x: kotlin.Int)
|
|
public final val x: kotlin.Int
|
|
public final fun <get-x>(): kotlin.Int
|
|
public final operator /*synthesized*/ fun component1(): kotlin.Int
|
|
public final /*synthesized*/ fun copy(/*0*/ x: kotlin.Int = ...): test.My
|
|
}
|