[FIR] Fix loading of classId for nested enums in java annotation arguments
^KT-55887 Fixed ^KT-55976
This commit is contained in:
committed by
Space Team
parent
da0dd519d0
commit
259303ca50
+5
@@ -3279,6 +3279,11 @@ public class JvmRuntimeDescriptorLoaderTestGenerated extends AbstractJvmRuntimeD
|
||||
runTest("compiler/testData/loadJava/compiledJava/annotations/NestedEnumArgument.java");
|
||||
}
|
||||
|
||||
@TestMetadata("NestedEnumInAnnotation.java")
|
||||
public void testNestedEnumInAnnotation() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledJava/annotations/NestedEnumInAnnotation.java");
|
||||
}
|
||||
|
||||
@TestMetadata("PrimitiveValueInParam.java")
|
||||
public void testPrimitiveValueInParam() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledJava/annotations/PrimitiveValueInParam.java");
|
||||
|
||||
Reference in New Issue
Block a user