KT-4140 VerifyError: Property in class object

#KT-4140  Fixed
This commit is contained in:
Mikhael Bogdanov
2013-10-29 12:21:50 +04:00
parent 12bdf557fa
commit fb39217dc3
4 changed files with 33 additions and 5 deletions
@@ -3905,6 +3905,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest("compiler/testData/codegen/box/properties/kt3556.kt");
}
@TestMetadata("kt4140.kt")
public void testKt4140() throws Exception {
doTest("compiler/testData/codegen/box/properties/kt4140.kt");
}
@TestMetadata("kt613.kt")
public void testKt613() throws Exception {
doTest("compiler/testData/codegen/box/properties/kt613.kt");