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

4 lines
62 B
Kotlin

package test
data class DataClass(val x: String, val y: Int)