KT-16905 Wrong IR for call to inner class constructor through typealias

This commit is contained in:
Dmitry Petrov
2017-03-17 14:44:16 +03:00
parent d05de88e3e
commit 64013171e8
4 changed files with 66 additions and 10 deletions
@@ -608,6 +608,12 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
doTest(fileName);
}
@TestMetadata("kt16905.kt")
public void testKt16905() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/ir/irText/expressions/kt16905.kt");
doTest(fileName);
}
@TestMetadata("literals.kt")
public void testLiterals() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/ir/irText/expressions/literals.kt");