ceeccfa1b7
IrGetBackingField / IrSetBackingField expressions.
22 lines
836 B
Plaintext
Vendored
22 lines
836 B
Plaintext
Vendored
FILE /objectWithInitializers.kt
|
|
CLASS CLASS Base
|
|
CONSTRUCTOR public constructor Base()
|
|
BLOCK_BODY
|
|
DELEGATING_CONSTRUCTOR_CALL Any
|
|
INSTANCE_INITIALIZER_CALL classDescriptor=Base
|
|
CLASS OBJECT Test
|
|
CONSTRUCTOR private constructor Test()
|
|
BLOCK_BODY
|
|
DELEGATING_CONSTRUCTOR_CALL Base
|
|
INSTANCE_INITIALIZER_CALL classDescriptor=Test
|
|
PROPERTY public final val x: kotlin.Int = 1
|
|
EXPRESSION_BODY
|
|
CONST Int type=kotlin.Int value='1'
|
|
PROPERTY public final val y: kotlin.Int
|
|
ANONYMOUS_INITIALIZER Test
|
|
BLOCK_BODY
|
|
SET_BACKING_FIELD y type=kotlin.Unit operator=null
|
|
receiver: THIS public object Test : Base type=Test
|
|
value: CALL .<get-x> type=kotlin.Int operator=GET_PROPERTY
|
|
$this: THIS public object Test : Base type=Test
|