KT-16669 Exception in PSI2IR on type alias constructor in supertypes list

This commit is contained in:
Dmitry Petrov
2017-03-06 16:46:22 +03:00
parent e4683a1e9f
commit 4ba8268a29
5 changed files with 55 additions and 5 deletions
@@ -86,6 +86,12 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
doTest(fileName);
}
@TestMetadata("delegatingConstructorCallToTypeAliasConstructor.kt")
public void testDelegatingConstructorCallToTypeAliasConstructor() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/ir/irText/classes/delegatingConstructorCallToTypeAliasConstructor.kt");
doTest(fileName);
}
@TestMetadata("delegatingConstructorCallsInSecondaryConstructors.kt")
public void testDelegatingConstructorCallsInSecondaryConstructors() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/ir/irText/classes/delegatingConstructorCallsInSecondaryConstructors.kt");