Simplify IrElement hierarchy.

IrDeclaration can be now hosted under IrExpression (as IrStatement).
This commit is contained in:
Dmitry Petrov
2016-08-15 11:40:42 +03:00
committed by Dmitry Petrov
parent 55eb79febf
commit 37cce98d19
47 changed files with 786 additions and 806 deletions
+4
View File
@@ -0,0 +1,4 @@
IrFunction public fun B.test(): kotlin.Unit
IrExpressionBody
BLOCK type=kotlin.Unit hasResult=false isDesugared=false
DUMMY KtDestructuringDeclaration type=kotlin.Unit