Files
kotlin-fork/compiler/testData/ir/irText/expressions/whenElse.txt
T
2016-10-18 09:09:04 +03:00

7 lines
217 B
Plaintext
Vendored

FILE /whenElse.kt
FUN public fun test(): kotlin.Int
BLOCK_BODY
RETURN type=kotlin.Nothing from='test(): Int'
WHEN type=kotlin.Int operator=WHEN
else: CONST Int type=kotlin.Int value='42'