[LC] add tests on nested type annotations
^KT-66603
This commit is contained in:
committed by
Space Team
parent
cd4f87a8f3
commit
66d1839d20
+5
@@ -229,6 +229,11 @@ public class CompilerLightClassTestGenerated extends AbstractCompilerLightClassT
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/NestedObjects.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("NestedTypeAnnotations.kt")
|
||||
public void testNestedTypeAnnotations() {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/NestedTypeAnnotations.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("NonDataClassWithComponentFunctions.kt")
|
||||
public void testNonDataClassWithComponentFunctions() {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/NonDataClassWithComponentFunctions.kt");
|
||||
|
||||
Reference in New Issue
Block a user