Obsolete KT-3285: "A receiver of type ... is required" when using extension functions

#KT-5467 Obsolete
This commit is contained in:
Michael Bogdanov
2014-10-07 15:46:44 +04:00
parent bb3f1f1fb7
commit 278e682595
2 changed files with 38 additions and 0 deletions
@@ -2783,6 +2783,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest(fileName);
}
@TestMetadata("kt3285.kt")
public void testKt3285() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/box/extensionFunctions/kt3285.kt");
doTest(fileName);
}
@TestMetadata("kt3298.kt")
public void testKt3298() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/box/extensionFunctions/kt3298.kt");