Files
kotlin-fork/compiler/testData/ir/irText/boxOk.txt
T
Dmitry Petrov 179a06672b IrExpression.type is no longer nullable.
Change expression typing contract.
2016-10-18 09:08:29 +03:00

6 lines
152 B
Plaintext
Vendored

FILE /boxOk.kt
FUN public fun box(): kotlin.String
BLOCK_BODY
RETURN type=kotlin.Nothing
CONST String type=kotlin.String value='OK'