Tests for KT-4252: Error generating primary constructor with kind OwnerKind

#KT-4252 Obsolete
This commit is contained in:
Mikhael Bogdanov
2013-11-28 10:11:26 +04:00
parent 47d3e2e1bb
commit 35f42b1a65
3 changed files with 63 additions and 0 deletions
@@ -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");