JS: chained reified function calls (KT-12527) fixed

This commit is contained in:
Anton Bannykh
2016-11-17 19:41:01 +03:00
parent a57748f4f4
commit 2f0bccfb09
5 changed files with 57 additions and 1 deletions
@@ -14540,6 +14540,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest(fileName);
}
@TestMetadata("reifiedChain.kt")
public void testReifiedChain() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/reified/reifiedChain.kt");
doTest(fileName);
}
@TestMetadata("reifiedInlineFunOfObject.kt")
public void testReifiedInlineFunOfObject() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/reified/reifiedInlineFunOfObject.kt");