28 lines
1.4 KiB
Plaintext
Vendored
28 lines
1.4 KiB
Plaintext
Vendored
IrFile /smoke.kt
|
|
IrFunction public fun testFun(): kotlin.String
|
|
IrExpressionBody
|
|
BLOCK type=<no-type> hasResult=false operator=null
|
|
RETURN type=<no-type>
|
|
LITERAL String type=kotlin.String value='OK'
|
|
IrProperty public val testSimpleVal: kotlin.Int = 1 getter=null setter=null
|
|
IrExpressionBody
|
|
LITERAL Int type=kotlin.Int value='1'
|
|
IrProperty public val testValWithGetter: kotlin.Int getter=<get-testValWithGetter> setter=null
|
|
IrPropertyGetter public fun <get-testValWithGetter>(): kotlin.Int property=testValWithGetter
|
|
IrExpressionBody
|
|
BLOCK type=<no-type> hasResult=false operator=null
|
|
RETURN type=<no-type>
|
|
LITERAL Int type=kotlin.Int value='42'
|
|
IrProperty public var testSimpleVar: kotlin.Int getter=null setter=null
|
|
IrExpressionBody
|
|
LITERAL Int type=kotlin.Int value='2'
|
|
IrProperty public var testVarWithAccessors: kotlin.Int getter=<get-testVarWithAccessors> setter=<set-testVarWithAccessors>
|
|
IrPropertyGetter public fun <get-testVarWithAccessors>(): kotlin.Int property=testVarWithAccessors
|
|
IrExpressionBody
|
|
BLOCK type=<no-type> hasResult=false operator=null
|
|
RETURN type=<no-type>
|
|
LITERAL Int type=kotlin.Int value='42'
|
|
IrPropertySetter public fun <set-testVarWithAccessors>(/*0*/ v: kotlin.Int): kotlin.Unit property=testVarWithAccessors
|
|
IrExpressionBody
|
|
BLOCK type=<no-type> hasResult=false operator=null
|