Skip to content

Commit a24e4ae

Browse files
committed
Java: add Diagnostic Match for synthetic annotation generated by javac
1 parent c81224f commit a24e4ae

File tree

1 file changed

+3
-1
lines changed
  • java/ql/test/library-tests/module-import-declarations

1 file changed

+3
-1
lines changed

java/ql/test/library-tests/module-import-declarations/Test.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@
33
class Test {
44
public static void main(String[] args) {
55
}
6-
}
6+
}
7+
8+
// Diagnostic Matches: Unknown location for jdk.internal.RequiresIdentity+Annotation

0 commit comments

Comments
 (0)