[FIR2IR] Fix superQualifier in case of composed super type ref

This commit is contained in:
simon.ogorodnik
2020-05-27 20:50:16 +03:00
parent 8afbb4542b
commit 99b2a4745a
15 changed files with 244 additions and 14 deletions
@@ -244,6 +244,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
public void testSuperCalls() throws Exception {
runTest("compiler/testData/ir/irText/classes/superCalls.kt");
}
@TestMetadata("superCallsComposed.kt")
public void testSuperCallsComposed() throws Exception {
runTest("compiler/testData/ir/irText/classes/superCallsComposed.kt");
}
}
@TestMetadata("compiler/testData/ir/irText/declarations")