Files
kotlin/compiler/testData/loadJava/compiledKotlin/dataClass/ParamNameSameToField.txt
Denis Zharkov 4850fd10f0 Regenerate test data containing rendered descriptors
Introduced '@' after each annotation
2015-09-18 10:14:39 +03:00

14 lines
629 B
Plaintext
Vendored

package test
@kotlin.data() public final class A {
/*primary*/ public constructor A(/*0*/ foo: kotlin.String, /*1*/ bar: kotlin.Int, /*2*/ other: kotlin.Long)
public final val bar: kotlin.Int
public final fun <get-bar>(): kotlin.Int
public final val foo: kotlin.String
public final fun <get-foo>(): kotlin.String
public final val other: kotlin.Long
public final fun <get-other>(): kotlin.Long
public final /*synthesized*/ fun component1(): kotlin.Int
public final /*synthesized*/ fun copy(/*0*/ foo: kotlin.String, /*1*/ bar: kotlin.Int = ..., /*2*/ other: kotlin.Long): test.A
}