Testing framework: allow comparing subtrees starting at a given line with expected dump text.

This commit is contained in:
Dmitry Petrov
2016-08-11 11:40:07 +03:00
committed by Dmitry Petrov
parent c93666f6f1
commit b80782c295
6 changed files with 72 additions and 24 deletions
+4
View File
@@ -0,0 +1,4 @@
IrProperty public val testSimpleVal: kotlin.Int = 1 getter=null setter=null
IrExpressionBody
RETURN type=kotlin.Int
LITERAL Int type=kotlin.Int value='1'