Files
kotlin-fork/compiler/testData/ir/irText/boxOk.txt
T
Dmitry Petrov aa7bf4637b IR:
- function with expression bodies are desugared to blocks with return statement;
- property initializers are generated as regular expression bodies.
2016-10-18 09:08:06 +03:00

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'