Minor, add test on annotation on type argument

This commit is contained in:
Alexander Udalov
2015-04-27 15:53:58 +03:00
parent dc70c0d31e
commit 5541224288
6 changed files with 39 additions and 0 deletions
@@ -468,6 +468,12 @@ public class ResolveByStubTestGenerated extends AbstractResolveByStubTest {
doTest(fileName);
}
@TestMetadata("TypeArgument.kt")
public void testTypeArgument() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/loadJava/compiledKotlin/annotations/types/TypeArgument.kt");
doTest(fileName);
}
@TestMetadata("TypeParameterAnnotation.kt")
public void testTypeParameterAnnotation() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/loadJava/compiledKotlin/annotations/types/TypeParameterAnnotation.kt");