KT-2784 VerifyError when passing a value to a class object's super type constructor
#KT-2784 Fixed
This commit is contained in:
@@ -955,6 +955,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
doTest("compiler/testData/codegen/box/classes/kt2711.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt2784.kt")
|
||||
public void testKt2784() throws Exception {
|
||||
doTest("compiler/testData/codegen/box/classes/kt2784.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt285.kt")
|
||||
public void testKt285() throws Exception {
|
||||
doTest("compiler/testData/codegen/box/classes/kt285.kt");
|
||||
|
||||
Reference in New Issue
Block a user