Fix for KT-13557: VerifyError with delegated local variable used in object expression

#KT-13557 Fixed
This commit is contained in:
Mikhael Bogdanov
2016-11-09 13:40:20 +01:00
parent e68dcdcc1e
commit 21f2febf82
6 changed files with 44 additions and 5 deletions
@@ -5728,6 +5728,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest(fileName);
}
@TestMetadata("kt13557.kt")
public void testKt13557() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/delegatedProperty/local/kt13557.kt");
doTest(fileName);
}
@TestMetadata("localVal.kt")
public void testLocalVal() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/delegatedProperty/local/localVal.kt");