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
@@ -53,6 +53,12 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("destructuring1.kt")
|
||||
public void testDestructuring1() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/ir/irText/destructuring1.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("dotQualified.kt")
|
||||
public void testDotQualified() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/ir/irText/dotQualified.kt");
|
||||
|
||||
Reference in New Issue
Block a user