Tests for KT-4252: Error generating primary constructor with kind OwnerKind
#KT-4252 Obsolete
This commit is contained in:
@@ -3980,6 +3980,16 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
doTest("compiler/testData/codegen/box/properties/kt4140.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt4252.kt")
|
||||
public void testKt4252() throws Exception {
|
||||
doTest("compiler/testData/codegen/box/properties/kt4252.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt4252_2.kt")
|
||||
public void testKt4252_2() throws Exception {
|
||||
doTest("compiler/testData/codegen/box/properties/kt4252_2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt613.kt")
|
||||
public void testKt613() throws Exception {
|
||||
doTest("compiler/testData/codegen/box/properties/kt613.kt");
|
||||
|
||||
Reference in New Issue
Block a user