Proper implement 'classForImplicitThis'
This commit is contained in:
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user