Simplify IrElement hierarchy.
IrDeclaration can be now hosted under IrExpression (as IrStatement).
This commit is contained in:
committed by
Dmitry Petrov
parent
55eb79febf
commit
37cce98d19
@@ -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
|
||||
Reference in New Issue
Block a user