Fix for KT-11117: Android Kotlin DEX transformation error when I use arrayOf as an anonymous object property

#KT-11117 Fixed
This commit is contained in:
Michael Bogdanov
2016-02-29 10:04:35 +03:00
parent 2d5b7a8768
commit 16afe74dc1
5 changed files with 49 additions and 0 deletions
@@ -89,6 +89,12 @@ public class CheckLocalVariablesTableTestGenerated extends AbstractCheckLocalVar
doTest(fileName);
}
@TestMetadata("kt11117.kt")
public void testKt11117() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/checkLocalVariablesTable/kt11117.kt");
doTest(fileName);
}
@TestMetadata("lambdaAsVar.kt")
public void testLambdaAsVar() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/checkLocalVariablesTable/lambdaAsVar.kt");