Files
kotlin-fork/compiler/testData/ir/irText/expressions/contructorCall.kt.txt
T

17 lines
144 B
Plaintext
Vendored

class A {
constructor() /* primary */ {
super/*Any*/()
/* InstanceInitializerCall */
}
}
val test: A
field = A()
get