IR: Introduce IrTypeAlias element

This commit is contained in:
Dmitry Petrov
2019-07-22 16:48:05 +03:00
parent 499f9330d2
commit 48ae76ac28
30 changed files with 440 additions and 31 deletions
@@ -1607,6 +1607,11 @@ public class Fir2IrTextTestGenerated extends AbstractFir2IrTextTest {
KotlinTestUtils.runTest(this::doTest, TargetBackend.ANY, testDataFilePath);
}
@TestMetadata("abbreviatedTypes.kt")
public void testAbbreviatedTypes() throws Exception {
runTest("compiler/testData/ir/irText/types/abbreviatedTypes.kt");
}
public void testAllFilesPresentInTypes() throws Exception {
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("compiler/testData/ir/irText/types"), Pattern.compile("^(.+)\\.kt$"), TargetBackend.ANY, true);
}