Files
kotlin-fork/compiler/testData/loadKotlin/dataClass/OpenDataClass.txt
T
Alexander Udalov 2aadfa47ee Write typeinfo annotations of generated componentN methods
Add some LoadKotlin testcases to test that.
2012-09-07 19:00:03 +04:00

8 lines
242 B
Plaintext

namespace test
jet.data() internal open class test.DataClass : jet.Any {
public final /*constructor*/ fun <init>(/*0*/ x: jet.String): test.DataClass
internal final fun component1(): jet.String
internal final val x: jet.String
}