[LC] add tests on type parameter annotations
^KT-65112
This commit is contained in:
committed by
Space Team
parent
d5705af8b1
commit
3e3c932bf6
+36
@@ -90,6 +90,12 @@ public class SymbolLightClassesByFqNameForLibraryTestGenerated extends AbstractS
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/BackingFields.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ClassTypeParameterAnnotation.kt")
|
||||
public void testClassTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/ClassTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("CompanionObject.kt")
|
||||
public void testCompanionObject() throws Exception {
|
||||
@@ -198,6 +204,12 @@ public class SymbolLightClassesByFqNameForLibraryTestGenerated extends AbstractS
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/InlineReified.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("InterfaceTypeParameterAnnotation.kt")
|
||||
public void testInterfaceTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/InterfaceTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("InvalidJavaIdentifierAsAnnotationArgument.kt")
|
||||
public void testInvalidJavaIdentifierAsAnnotationArgument() throws Exception {
|
||||
@@ -240,6 +252,12 @@ public class SymbolLightClassesByFqNameForLibraryTestGenerated extends AbstractS
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/LocalFunctions.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("MethodTypeParameterAnnotation.kt")
|
||||
public void testMethodTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/MethodTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("NestedObjects.kt")
|
||||
public void testNestedObjects() throws Exception {
|
||||
@@ -264,6 +282,12 @@ public class SymbolLightClassesByFqNameForLibraryTestGenerated extends AbstractS
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/PrivateObject.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("PropertyTypeParameterAnnotation.kt")
|
||||
public void testPropertyTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/PropertyTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("PublishedApi.kt")
|
||||
public void testPublishedApi() throws Exception {
|
||||
@@ -367,6 +391,12 @@ public class SymbolLightClassesByFqNameForLibraryTestGenerated extends AbstractS
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/facades/AllPrivate.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("FunctionTypeParameterAnnotation.kt")
|
||||
public void testFunctionTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/facades/FunctionTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("InternalFacadeClass.kt")
|
||||
public void testInternalFacadeClass() throws Exception {
|
||||
@@ -379,6 +409,12 @@ public class SymbolLightClassesByFqNameForLibraryTestGenerated extends AbstractS
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/facades/MultiFile.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("PropertyTypeParameterAnnotation.kt")
|
||||
public void testPropertyTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/facades/PropertyTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("SingleFile.kt")
|
||||
public void testSingleFile() throws Exception {
|
||||
|
||||
+36
@@ -90,6 +90,12 @@ public class SymbolLightClassesEqualityByFqNameForLibraryTestGenerated extends A
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/BackingFields.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ClassTypeParameterAnnotation.kt")
|
||||
public void testClassTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/ClassTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("CompanionObject.kt")
|
||||
public void testCompanionObject() throws Exception {
|
||||
@@ -198,6 +204,12 @@ public class SymbolLightClassesEqualityByFqNameForLibraryTestGenerated extends A
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/InlineReified.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("InterfaceTypeParameterAnnotation.kt")
|
||||
public void testInterfaceTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/InterfaceTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("InvalidJavaIdentifierAsAnnotationArgument.kt")
|
||||
public void testInvalidJavaIdentifierAsAnnotationArgument() throws Exception {
|
||||
@@ -240,6 +252,12 @@ public class SymbolLightClassesEqualityByFqNameForLibraryTestGenerated extends A
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/LocalFunctions.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("MethodTypeParameterAnnotation.kt")
|
||||
public void testMethodTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/MethodTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("NestedObjects.kt")
|
||||
public void testNestedObjects() throws Exception {
|
||||
@@ -264,6 +282,12 @@ public class SymbolLightClassesEqualityByFqNameForLibraryTestGenerated extends A
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/PrivateObject.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("PropertyTypeParameterAnnotation.kt")
|
||||
public void testPropertyTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/PropertyTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("PublishedApi.kt")
|
||||
public void testPublishedApi() throws Exception {
|
||||
@@ -367,6 +391,12 @@ public class SymbolLightClassesEqualityByFqNameForLibraryTestGenerated extends A
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/facades/AllPrivate.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("FunctionTypeParameterAnnotation.kt")
|
||||
public void testFunctionTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/facades/FunctionTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("InternalFacadeClass.kt")
|
||||
public void testInternalFacadeClass() throws Exception {
|
||||
@@ -379,6 +409,12 @@ public class SymbolLightClassesEqualityByFqNameForLibraryTestGenerated extends A
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/facades/MultiFile.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("PropertyTypeParameterAnnotation.kt")
|
||||
public void testPropertyTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/facades/PropertyTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("SingleFile.kt")
|
||||
public void testSingleFile() throws Exception {
|
||||
|
||||
+36
@@ -90,6 +90,12 @@ public class SymbolLightClassesParentingByFqNameForLibraryTestGenerated extends
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/BackingFields.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ClassTypeParameterAnnotation.kt")
|
||||
public void testClassTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/ClassTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("CompanionObject.kt")
|
||||
public void testCompanionObject() throws Exception {
|
||||
@@ -198,6 +204,12 @@ public class SymbolLightClassesParentingByFqNameForLibraryTestGenerated extends
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/InlineReified.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("InterfaceTypeParameterAnnotation.kt")
|
||||
public void testInterfaceTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/InterfaceTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("InvalidJavaIdentifierAsAnnotationArgument.kt")
|
||||
public void testInvalidJavaIdentifierAsAnnotationArgument() throws Exception {
|
||||
@@ -240,6 +252,12 @@ public class SymbolLightClassesParentingByFqNameForLibraryTestGenerated extends
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/LocalFunctions.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("MethodTypeParameterAnnotation.kt")
|
||||
public void testMethodTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/MethodTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("NestedObjects.kt")
|
||||
public void testNestedObjects() throws Exception {
|
||||
@@ -264,6 +282,12 @@ public class SymbolLightClassesParentingByFqNameForLibraryTestGenerated extends
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/PrivateObject.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("PropertyTypeParameterAnnotation.kt")
|
||||
public void testPropertyTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/PropertyTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("PublishedApi.kt")
|
||||
public void testPublishedApi() throws Exception {
|
||||
@@ -367,6 +391,12 @@ public class SymbolLightClassesParentingByFqNameForLibraryTestGenerated extends
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/facades/AllPrivate.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("FunctionTypeParameterAnnotation.kt")
|
||||
public void testFunctionTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/facades/FunctionTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("InternalFacadeClass.kt")
|
||||
public void testInternalFacadeClass() throws Exception {
|
||||
@@ -379,6 +409,12 @@ public class SymbolLightClassesParentingByFqNameForLibraryTestGenerated extends
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/facades/MultiFile.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("PropertyTypeParameterAnnotation.kt")
|
||||
public void testPropertyTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/facades/PropertyTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("SingleFile.kt")
|
||||
public void testSingleFile() throws Exception {
|
||||
|
||||
+36
@@ -90,6 +90,12 @@ public class SymbolLightClassesByFqNameForSourceTestGenerated extends AbstractSy
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/BackingFields.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ClassTypeParameterAnnotation.kt")
|
||||
public void testClassTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/ClassTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("CompanionObject.kt")
|
||||
public void testCompanionObject() throws Exception {
|
||||
@@ -198,6 +204,12 @@ public class SymbolLightClassesByFqNameForSourceTestGenerated extends AbstractSy
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/InlineReified.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("InterfaceTypeParameterAnnotation.kt")
|
||||
public void testInterfaceTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/InterfaceTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("InvalidJavaIdentifierAsAnnotationArgument.kt")
|
||||
public void testInvalidJavaIdentifierAsAnnotationArgument() throws Exception {
|
||||
@@ -240,6 +252,12 @@ public class SymbolLightClassesByFqNameForSourceTestGenerated extends AbstractSy
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/LocalFunctions.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("MethodTypeParameterAnnotation.kt")
|
||||
public void testMethodTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/MethodTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("NestedObjects.kt")
|
||||
public void testNestedObjects() throws Exception {
|
||||
@@ -264,6 +282,12 @@ public class SymbolLightClassesByFqNameForSourceTestGenerated extends AbstractSy
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/PrivateObject.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("PropertyTypeParameterAnnotation.kt")
|
||||
public void testPropertyTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/PropertyTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("PublishedApi.kt")
|
||||
public void testPublishedApi() throws Exception {
|
||||
@@ -557,6 +581,12 @@ public class SymbolLightClassesByFqNameForSourceTestGenerated extends AbstractSy
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/facades/AllPrivate.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("FunctionTypeParameterAnnotation.kt")
|
||||
public void testFunctionTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/facades/FunctionTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("InternalFacadeClass.kt")
|
||||
public void testInternalFacadeClass() throws Exception {
|
||||
@@ -569,6 +599,12 @@ public class SymbolLightClassesByFqNameForSourceTestGenerated extends AbstractSy
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/facades/MultiFile.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("PropertyTypeParameterAnnotation.kt")
|
||||
public void testPropertyTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/facades/PropertyTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("SingleFile.kt")
|
||||
public void testSingleFile() throws Exception {
|
||||
|
||||
+36
@@ -90,6 +90,12 @@ public class SymbolLightClassesEqualityByFqNameForSourceTestGenerated extends Ab
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/BackingFields.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ClassTypeParameterAnnotation.kt")
|
||||
public void testClassTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/ClassTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("CompanionObject.kt")
|
||||
public void testCompanionObject() throws Exception {
|
||||
@@ -198,6 +204,12 @@ public class SymbolLightClassesEqualityByFqNameForSourceTestGenerated extends Ab
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/InlineReified.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("InterfaceTypeParameterAnnotation.kt")
|
||||
public void testInterfaceTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/InterfaceTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("InvalidJavaIdentifierAsAnnotationArgument.kt")
|
||||
public void testInvalidJavaIdentifierAsAnnotationArgument() throws Exception {
|
||||
@@ -240,6 +252,12 @@ public class SymbolLightClassesEqualityByFqNameForSourceTestGenerated extends Ab
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/LocalFunctions.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("MethodTypeParameterAnnotation.kt")
|
||||
public void testMethodTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/MethodTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("NestedObjects.kt")
|
||||
public void testNestedObjects() throws Exception {
|
||||
@@ -264,6 +282,12 @@ public class SymbolLightClassesEqualityByFqNameForSourceTestGenerated extends Ab
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/PrivateObject.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("PropertyTypeParameterAnnotation.kt")
|
||||
public void testPropertyTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/PropertyTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("PublishedApi.kt")
|
||||
public void testPublishedApi() throws Exception {
|
||||
@@ -557,6 +581,12 @@ public class SymbolLightClassesEqualityByFqNameForSourceTestGenerated extends Ab
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/facades/AllPrivate.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("FunctionTypeParameterAnnotation.kt")
|
||||
public void testFunctionTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/facades/FunctionTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("InternalFacadeClass.kt")
|
||||
public void testInternalFacadeClass() throws Exception {
|
||||
@@ -569,6 +599,12 @@ public class SymbolLightClassesEqualityByFqNameForSourceTestGenerated extends Ab
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/facades/MultiFile.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("PropertyTypeParameterAnnotation.kt")
|
||||
public void testPropertyTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/facades/PropertyTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("SingleFile.kt")
|
||||
public void testSingleFile() throws Exception {
|
||||
|
||||
+36
@@ -90,6 +90,12 @@ public class SymbolLightClassesParentingByFqNameForSourceTestGenerated extends A
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/BackingFields.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ClassTypeParameterAnnotation.kt")
|
||||
public void testClassTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/ClassTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("CompanionObject.kt")
|
||||
public void testCompanionObject() throws Exception {
|
||||
@@ -198,6 +204,12 @@ public class SymbolLightClassesParentingByFqNameForSourceTestGenerated extends A
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/InlineReified.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("InterfaceTypeParameterAnnotation.kt")
|
||||
public void testInterfaceTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/InterfaceTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("InvalidJavaIdentifierAsAnnotationArgument.kt")
|
||||
public void testInvalidJavaIdentifierAsAnnotationArgument() throws Exception {
|
||||
@@ -240,6 +252,12 @@ public class SymbolLightClassesParentingByFqNameForSourceTestGenerated extends A
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/LocalFunctions.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("MethodTypeParameterAnnotation.kt")
|
||||
public void testMethodTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/MethodTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("NestedObjects.kt")
|
||||
public void testNestedObjects() throws Exception {
|
||||
@@ -264,6 +282,12 @@ public class SymbolLightClassesParentingByFqNameForSourceTestGenerated extends A
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/PrivateObject.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("PropertyTypeParameterAnnotation.kt")
|
||||
public void testPropertyTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/PropertyTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("PublishedApi.kt")
|
||||
public void testPublishedApi() throws Exception {
|
||||
@@ -557,6 +581,12 @@ public class SymbolLightClassesParentingByFqNameForSourceTestGenerated extends A
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/facades/AllPrivate.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("FunctionTypeParameterAnnotation.kt")
|
||||
public void testFunctionTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/facades/FunctionTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("InternalFacadeClass.kt")
|
||||
public void testInternalFacadeClass() throws Exception {
|
||||
@@ -569,6 +599,12 @@ public class SymbolLightClassesParentingByFqNameForSourceTestGenerated extends A
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/facades/MultiFile.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("PropertyTypeParameterAnnotation.kt")
|
||||
public void testPropertyTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/facades/PropertyTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("SingleFile.kt")
|
||||
public void testSingleFile() throws Exception {
|
||||
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
public final class C /* one.C*/<T> {
|
||||
public C();// .ctor()
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
// one.C
|
||||
package one
|
||||
|
||||
@Target(AnnotationTarget.TYPE_PARAMETER)
|
||||
annotation class Anno
|
||||
|
||||
class C<@Anno T>
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
public abstract interface C /* one.C*/<T> {
|
||||
}
|
||||
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
// one.C
|
||||
package one
|
||||
|
||||
@Target(AnnotationTarget.TYPE_PARAMETER)
|
||||
annotation class Anno
|
||||
|
||||
interface C<@Anno T>
|
||||
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
public final class C /* one.C*/ {
|
||||
public C();// .ctor()
|
||||
|
||||
public final <T> void foo(T);// <T> foo(T)
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
// one.C
|
||||
package one
|
||||
|
||||
@Target(AnnotationTarget.TYPE_PARAMETER)
|
||||
annotation class Anno
|
||||
|
||||
class C {
|
||||
fun <@Anno T> foo(t: T) {
|
||||
|
||||
}
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
public final class C /* one.C*/ {
|
||||
public C();// .ctor()
|
||||
|
||||
public final <T> int getFoo(T);// <T> getFoo(T)
|
||||
}
|
||||
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
public final class C /* one.C*/ {
|
||||
public C();// .ctor()
|
||||
|
||||
public final <T> int getFoo(@org.jetbrains.annotations.NotNull() T);// <T> getFoo(T)
|
||||
}
|
||||
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
// one.C
|
||||
package one
|
||||
|
||||
@Target(AnnotationTarget.TYPE_PARAMETER)
|
||||
annotation class Anno
|
||||
|
||||
class C {
|
||||
val <@Anno T> T.foo get() = 1
|
||||
}
|
||||
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
public final class C /* one.C*/ {
|
||||
public C();// .ctor()
|
||||
|
||||
public final <T> int getFoo(T);// <T> getFoo(T)
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
public final class FunctionTypeParameterAnnotationKt /* one.FunctionTypeParameterAnnotationKt*/ {
|
||||
public static final <T> void foo(T);// <T> foo(T)
|
||||
}
|
||||
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
// one.FunctionTypeParameterAnnotationKt
|
||||
package one
|
||||
|
||||
@Target(AnnotationTarget.TYPE_PARAMETER)
|
||||
annotation class Anno
|
||||
|
||||
fun <@Anno T> foo(t: T) {
|
||||
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
public final class PropertyTypeParameterAnnotationKt /* one.PropertyTypeParameterAnnotationKt*/ {
|
||||
public static final <T> int getFoo(T);// <T> getFoo(T)
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
public final class PropertyTypeParameterAnnotationKt /* one.PropertyTypeParameterAnnotationKt*/ {
|
||||
public static final <T> int getFoo(@org.jetbrains.annotations.NotNull() T);// <T> getFoo(T)
|
||||
}
|
||||
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
// one.PropertyTypeParameterAnnotationKt
|
||||
package one
|
||||
|
||||
@Target(AnnotationTarget.TYPE_PARAMETER)
|
||||
annotation class Anno
|
||||
|
||||
val <@Anno T> T.foo get() = 1
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
public final class PropertyTypeParameterAnnotationKt /* one.PropertyTypeParameterAnnotationKt*/ {
|
||||
public static final <T> int getFoo(T);// <T> getFoo(T)
|
||||
}
|
||||
+30
@@ -84,6 +84,11 @@ public class CompilerLightClassTestGenerated extends AbstractCompilerLightClassT
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/BackingFields.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("ClassTypeParameterAnnotation.kt")
|
||||
public void testClassTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/ClassTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("CompanionObject.kt")
|
||||
public void testCompanionObject() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/CompanionObject.kt");
|
||||
@@ -174,6 +179,11 @@ public class CompilerLightClassTestGenerated extends AbstractCompilerLightClassT
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/InlineReified.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("InterfaceTypeParameterAnnotation.kt")
|
||||
public void testInterfaceTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/InterfaceTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("InvalidJavaIdentifierAsAnnotationArgument.kt")
|
||||
public void testInvalidJavaIdentifierAsAnnotationArgument() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/InvalidJavaIdentifierAsAnnotationArgument.kt");
|
||||
@@ -209,6 +219,11 @@ public class CompilerLightClassTestGenerated extends AbstractCompilerLightClassT
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/LocalFunctions.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("MethodTypeParameterAnnotation.kt")
|
||||
public void testMethodTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/MethodTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("NestedObjects.kt")
|
||||
public void testNestedObjects() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/NestedObjects.kt");
|
||||
@@ -229,6 +244,11 @@ public class CompilerLightClassTestGenerated extends AbstractCompilerLightClassT
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/PrivateObject.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("PropertyTypeParameterAnnotation.kt")
|
||||
public void testPropertyTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/PropertyTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("PublishedApi.kt")
|
||||
public void testPublishedApi() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/PublishedApi.kt");
|
||||
@@ -487,6 +507,11 @@ public class CompilerLightClassTestGenerated extends AbstractCompilerLightClassT
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/facades/AllPrivate.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("FunctionTypeParameterAnnotation.kt")
|
||||
public void testFunctionTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/facades/FunctionTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("InternalFacadeClass.kt")
|
||||
public void testInternalFacadeClass() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/facades/InternalFacadeClass.kt");
|
||||
@@ -497,6 +522,11 @@ public class CompilerLightClassTestGenerated extends AbstractCompilerLightClassT
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/facades/MultiFile.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("PropertyTypeParameterAnnotation.kt")
|
||||
public void testPropertyTypeParameterAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/facades/PropertyTypeParameterAnnotation.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("SingleFile.kt")
|
||||
public void testSingleFile() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/facades/SingleFile.kt");
|
||||
|
||||
Reference in New Issue
Block a user