KT-37861 'this' is uninitialized in constructor default parameters
This commit is contained in:
+10
@@ -4369,6 +4369,16 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/closures/captureInSuperConstructorCall/outerCapturedInObject2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("outerCapturedInPrimaryConstructorDefaultParameter.kt")
|
||||
public void testOuterCapturedInPrimaryConstructorDefaultParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/closures/captureInSuperConstructorCall/outerCapturedInPrimaryConstructorDefaultParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("outerCapturedInSecondaryConstructorDefaultParameter.kt")
|
||||
public void testOuterCapturedInSecondaryConstructorDefaultParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/closures/captureInSuperConstructorCall/outerCapturedInSecondaryConstructorDefaultParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("outerEnumEntryCapturedInLambdaInInnerClass.kt")
|
||||
public void testOuterEnumEntryCapturedInLambdaInInnerClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/closures/captureInSuperConstructorCall/outerEnumEntryCapturedInLambdaInInnerClass.kt");
|
||||
|
||||
Reference in New Issue
Block a user