Files
kotlin-fork/compiler/testData/ir/irText/declarations/primaryCtorProperties.kt
T

4 lines
57 B
Kotlin
Vendored

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