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 826bbdf commit 07038d0Copy full SHA for 07038d0
java/ql/test/kotlin/library-tests/vararg/args.ql
@@ -1,9 +1,7 @@
1
import java
2
import semmle.code.java.Diagnostics
3
4
-query predicate diag(Diagnostic d) {
5
- d.getMessage() = "Unexpected IrVararg"
6
-}
+query predicate diag(Diagnostic d) { d.getMessage() = "Unexpected IrVararg" }
7
8
query predicate varargsParams(Parameter p, Type t) {
9
p.getCallable().fromSource() and
0 commit comments