KT-3573 "Error generating primary constructor" when trying to use "this" in extensions from constructors
#KT-3573 Fixed
This commit is contained in:
@@ -2349,6 +2349,16 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
doTest("compiler/testData/codegen/box/functions/kt3313.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt3573.kt")
|
||||
public void testKt3573() throws Exception {
|
||||
doTest("compiler/testData/codegen/box/functions/kt3573.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt3724.kt")
|
||||
public void testKt3724() throws Exception {
|
||||
doTest("compiler/testData/codegen/box/functions/kt3724.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt395.kt")
|
||||
public void testKt395() throws Exception {
|
||||
doTest("compiler/testData/codegen/box/functions/kt395.kt");
|
||||
|
||||
Reference in New Issue
Block a user