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

17 lines
160 B
Plaintext
Vendored

class Test {
constructor(x: Int = 0) /* primary */ {
super/*Any*/()
/* InstanceInitializerCall */
}
val x: Int
field = x
get
}