[FIR] Fix expression types in java annotations
#KT-61518 Fixed
This commit is contained in:
committed by
Space Team
parent
f18d600dc8
commit
9a2307ad44
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user