[FIR] Fix expression types in java annotations

#KT-61518 Fixed
This commit is contained in:
Kirill Rakhman
2023-09-05 12:46:41 +02:00
committed by Space Team
parent f18d600dc8
commit 9a2307ad44
9 changed files with 79 additions and 4 deletions
@@ -15846,6 +15846,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/fir/JKEnumConstant.kt");
}
@TestMetadata("javaAnnotationWithDefaultValueForenumArray.kt")
public void testJavaAnnotationWithDefaultValueForenumArray() throws Exception {
runTest("compiler/testData/codegen/box/fir/javaAnnotationWithDefaultValueForenumArray.kt");
}
@TestMetadata("jvmFieldInLocalClass.kt")
public void testJvmFieldInLocalClass() throws Exception {
runTest("compiler/testData/codegen/box/fir/jvmFieldInLocalClass.kt");