aa7bf4637b
- function with expression bodies are desugared to blocks with return statement; - property initializers are generated as regular expression bodies.
7 lines
228 B
Plaintext
Vendored
7 lines
228 B
Plaintext
Vendored
IrFile /boxOk.kt
|
|
IrFunction public fun box(): kotlin.String
|
|
IrExpressionBody
|
|
BLOCK type=<no-type> hasResult=false isDesugared=true
|
|
RETURN type=<no-type>
|
|
LITERAL String type=kotlin.String value='OK'
|