Files
kotlin-fork/compiler/testData/ir/irText/declarations/primaryCtorProperties.kt
T
2019-08-30 11:47:32 +03:00

5 lines
74 B
Kotlin
Vendored

// FIR_IDENTICAL
class C(
val test1: Int,
var test2: Int
)