Files
kotlin-fork/compiler/testData/loadKotlin/dataClass/MixedComponents.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
73 B
Kotlin

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