Files
kotlin-fork/compiler/testData/loadKotlin/dataClass/NoComponents.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

6 lines
139 B
Plaintext

namespace test
jet.data() internal final class test.DataClass : jet.Any {
public final /*constructor*/ fun <init>(): test.DataClass
}