Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f9e2c7 commit e110db5Copy full SHA for e110db5
5 files changed
java/ql/test/library-tests/empty-argfile/Test.java
@@ -0,0 +1 @@
1
+public class Test { }
java/ql/test/library-tests/empty-argfile/argfile
java/ql/test/library-tests/empty-argfile/options
+//semmle-extractor-options: --javac-args @${testdir}/argfile
java/ql/test/library-tests/empty-argfile/test.expected
+| Test.java:1:14:1:17 | Test |
java/ql/test/library-tests/empty-argfile/test.ql
@@ -0,0 +1,5 @@
+import java
2
+
3
+from Class c
4
+where c.fromSource()
5
+select c
0 commit comments