Psi2ir: load single-value Java array annotation arguments correctly
#KT-47467 Fixed
This commit is contained in:
+5
@@ -167,6 +167,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/annotations/javaAnnotationOnSecondaryConstructorOfLocalClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("javaAnnotationWithSingleArrayArgument.kt")
|
||||
public void testJavaAnnotationWithSingleArrayArgument() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/annotations/javaAnnotationWithSingleArrayArgument.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("javaNegativePropertyAsAnnotationParameter.kt")
|
||||
public void testJavaNegativePropertyAsAnnotationParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/annotations/javaNegativePropertyAsAnnotationParameter.kt");
|
||||
|
||||
Reference in New Issue
Block a user