Fix for KT-5467: JVM codegen doesn't support capture of many extension receivers

#KT-5467 Fixed
This commit is contained in:
Michael Bogdanov
2014-10-07 13:53:50 +04:00
parent c3cfe33b64
commit bb3f1f1fb7
7 changed files with 61 additions and 24 deletions
@@ -2813,6 +2813,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest(fileName);
}
@TestMetadata("kt5467.kt")
public void testKt5467() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/box/extensionFunctions/kt5467.kt");
doTest(fileName);
}
@TestMetadata("kt606.kt")
public void testKt606() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/box/extensionFunctions/kt606.kt");