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