We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab5d46 commit 14fa6d4Copy full SHA for 14fa6d4
java/ql/test/library-tests/annotation-arrays/test.ql
@@ -4,6 +4,6 @@ from Field f, Annotation ann, Expr value, Expr valueChild
4
where
5
f.getDeclaringType().fromSource() and
6
ann = f.getAnAnnotation() and
7
- value = ann.getAValue() and
+ value = ann.getValue(_) and
8
valueChild.getParent() = value
9
select f, ann, value, valueChild
0 commit comments