Files
kotlin-fork/compiler/testData/ir/irText/expressions/contructorCall.kt.txt
T
2020-11-26 00:14:25 +03:00

14 lines
122 B
Plaintext
Vendored

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