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
@@ -2205,6 +2205,12 @@ public class LoadJavaTestGenerated extends AbstractLoadJavaTest {
doTestCompiledKotlin(fileName);
}
@TestMetadata("TypeArgument.kt")
public void testTypeArgument() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/loadJava/compiledKotlin/annotations/types/TypeArgument.kt");
doTestCompiledKotlin(fileName);
}
@TestMetadata("TypeParameterAnnotation.kt")
public void testTypeParameterAnnotation() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/loadJava/compiledKotlin/annotations/types/TypeParameterAnnotation.kt");
@@ -468,6 +468,12 @@ public class LoadKotlinWithTypeTableTestGenerated extends AbstractLoadKotlinWith
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");
@@ -470,6 +470,12 @@ public class JvmRuntimeDescriptorLoaderTestGenerated extends AbstractJvmRuntimeD
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");