Proper implement 'classForImplicitThis'

This commit is contained in:
Mikhael Bogdanov
2019-07-18 14:47:57 +02:00
parent a9f0d1a53b
commit 74e49d91ca
9 changed files with 45 additions and 7 deletions
@@ -3667,6 +3667,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("compiler/testData/codegen/box/classes/inner"), Pattern.compile("^(.+)\\.kt$"), TargetBackend.JVM, true);
}
@TestMetadata("extensionWithOuter.kt")
public void testExtensionWithOuter() throws Exception {
runTest("compiler/testData/codegen/box/classes/inner/extensionWithOuter.kt");
}
@TestMetadata("instantiateInDerived.kt")
public void testInstantiateInDerived() throws Exception {
runTest("compiler/testData/codegen/box/classes/inner/instantiateInDerived.kt");