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 c81224f commit 2be70acCopy full SHA for 2be70ac
java/ql/test/library-tests/module-import-declarations/Test.java
@@ -3,4 +3,9 @@
3
class Test {
4
public static void main(String[] args) {
5
}
6
-}
+}
7
+
8
+// Diagnostic Matches: Unknown location for jdk.internal.RequiresIdentity+Annotation
9
+// This diagnostic shouldn't occur: jdk.internal is not exported by default,
10
+// but our compiler explicitly exports it via module-info.java at
11
+// /Users/idrissrio/github/work/semmle-code/extractor-jdk/java.base/src/module-info.java
0 commit comments