[LC] add tests on nested type annotations
^KT-66603
This commit is contained in:
committed by
Space Team
parent
cd4f87a8f3
commit
66d1839d20
+6
@@ -264,6 +264,12 @@ public class SymbolLightClassesByFqNameForLibraryTestGenerated extends AbstractS
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/NestedObjects.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("NestedTypeAnnotations.kt")
|
||||
public void testNestedTypeAnnotations() {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/NestedTypeAnnotations.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("NonDataClassWithComponentFunctions.kt")
|
||||
public void testNonDataClassWithComponentFunctions() {
|
||||
|
||||
+6
@@ -264,6 +264,12 @@ public class SymbolLightClassesEqualityByFqNameForLibraryTestGenerated extends A
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/NestedObjects.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("NestedTypeAnnotations.kt")
|
||||
public void testNestedTypeAnnotations() {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/NestedTypeAnnotations.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("NonDataClassWithComponentFunctions.kt")
|
||||
public void testNonDataClassWithComponentFunctions() {
|
||||
|
||||
+6
@@ -264,6 +264,12 @@ public class SymbolLightClassesParentingByFqNameForLibraryTestGenerated extends
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/NestedObjects.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("NestedTypeAnnotations.kt")
|
||||
public void testNestedTypeAnnotations() {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/NestedTypeAnnotations.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("NonDataClassWithComponentFunctions.kt")
|
||||
public void testNonDataClassWithComponentFunctions() {
|
||||
|
||||
+6
@@ -264,6 +264,12 @@ public class SymbolLightClassesByFqNameForSourceTestGenerated extends AbstractSy
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/NestedObjects.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("NestedTypeAnnotations.kt")
|
||||
public void testNestedTypeAnnotations() {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/NestedTypeAnnotations.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("NonDataClassWithComponentFunctions.kt")
|
||||
public void testNonDataClassWithComponentFunctions() {
|
||||
|
||||
+6
@@ -264,6 +264,12 @@ public class SymbolLightClassesEqualityByFqNameForSourceTestGenerated extends Ab
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/NestedObjects.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("NestedTypeAnnotations.kt")
|
||||
public void testNestedTypeAnnotations() {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/NestedTypeAnnotations.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("NonDataClassWithComponentFunctions.kt")
|
||||
public void testNonDataClassWithComponentFunctions() {
|
||||
|
||||
+6
@@ -264,6 +264,12 @@ public class SymbolLightClassesParentingByFqNameForSourceTestGenerated extends A
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/NestedObjects.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("NestedTypeAnnotations.kt")
|
||||
public void testNestedTypeAnnotations() {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/NestedTypeAnnotations.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("NonDataClassWithComponentFunctions.kt")
|
||||
public void testNonDataClassWithComponentFunctions() {
|
||||
|
||||
Reference in New Issue
Block a user