Load annotations for default getter and setter

#KT-14697 Fixed
This commit is contained in:
Dmitry Petrov
2017-10-04 16:19:35 +03:00
parent c6a00af2f0
commit 67a50e92d0
3 changed files with 27 additions and 4 deletions
@@ -240,6 +240,12 @@ public class CompileKotlinAgainstKotlinTestGenerated extends AbstractCompileKotl
doTest(fileName);
}
@TestMetadata("targetedJvmName.kt")
public void testTargetedJvmName() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/compileKotlinAgainstKotlin/targetedJvmName.kt");
doTest(fileName);
}
@TestMetadata("typeAliasesKt13181.kt")
public void testTypeAliasesKt13181() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/compileKotlinAgainstKotlin/typeAliasesKt13181.kt");