generate local variables table for @JvmOverloads-generated methods

#KT-7319 Fixed
This commit is contained in:
Dmitry Jemerov
2016-02-01 18:45:41 +01:00
parent da7acd5e73
commit 970d6f6834
5 changed files with 43 additions and 5 deletions
@@ -83,6 +83,12 @@ public class CheckLocalVariablesTableTestGenerated extends AbstractCheckLocalVar
doTest(fileName);
}
@TestMetadata("jvmOverloads.kt")
public void testJvmOverloads() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/checkLocalVariablesTable/jvmOverloads.kt");
doTest(fileName);
}
@TestMetadata("lambdaAsVar.kt")
public void testLambdaAsVar() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/checkLocalVariablesTable/lambdaAsVar.kt");