IrOperator -> IrStatementOrigin

This commit is contained in:
Dmitry Petrov
2016-09-14 11:25:16 +03:00
committed by Dmitry Petrov
parent 5386d27284
commit a8a6477ce5
150 changed files with 2234 additions and 2297 deletions
+1 -1
View File
@@ -2,5 +2,5 @@ FILE /whenElse.kt
FUN public fun test(): kotlin.Int
BLOCK_BODY
RETURN type=kotlin.Nothing from='test(): Int'
WHEN type=kotlin.Int operator=WHEN
WHEN type=kotlin.Int origin=WHEN
else: CONST Int type=kotlin.Int value='42'