aa7bf4637b
- function with expression bodies are desugared to blocks with return statement; - property initializers are generated as regular expression bodies.
14 lines
666 B
Plaintext
Vendored
14 lines
666 B
Plaintext
Vendored
IrFile /extensionPropertyGetterCall.kt
|
|
IrProperty public val kotlin.String.okext: kotlin.String getter=<get-okext> setter=null
|
|
IrPropertyGetter public fun kotlin.String.<get-okext>(): kotlin.String property=okext
|
|
IrExpressionBody
|
|
BLOCK type=<no-type> hasResult=false isDesugared=true
|
|
RETURN type=<no-type>
|
|
LITERAL String type=kotlin.String value='OK'
|
|
IrFunction public fun kotlin.String.test5(): kotlin.String
|
|
IrExpressionBody
|
|
BLOCK type=<no-type> hasResult=false isDesugared=true
|
|
RETURN type=<no-type>
|
|
GET_PROPERTY .okext type=kotlin.String
|
|
$receiver: $RECEIVER of: test5 type=kotlin.String
|