IR KT-50039 don't initialize outer 'this' in delegating constructor
This commit is contained in:
+6
@@ -18390,6 +18390,12 @@ public class NativeExtBlackBoxTestGenerated extends AbstractNativeBlackBoxTest {
|
||||
runTest("compiler/testData/codegen/box/innerNested/superConstructorCall/objectExtendsInnerOfLocalWithCapture.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("objectExtendsInnerWithDelegatingConstructor.kt")
|
||||
public void testObjectExtendsInnerWithDelegatingConstructor() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/innerNested/superConstructorCall/objectExtendsInnerWithDelegatingConstructor.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("objectExtendsLocalCaptureInSuperCall.kt")
|
||||
public void testObjectExtendsLocalCaptureInSuperCall() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user