Files
kotlin-fork/compiler/testData/ir/irText/classes/secondaryConstructors.txt
T
2016-10-18 09:09:04 +03:00

11 lines
388 B
Plaintext
Vendored

FILE /secondaryConstructors.kt
CLASS CLASS C
CONSTRUCTOR public constructor C()
BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor C(Int)'
x: CONST Int type=kotlin.Int value='0'
CONSTRUCTOR public constructor C(x: kotlin.Int)
BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='C'