We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0fcf7f commit 64a50c5Copy full SHA for 64a50c5
java/ql/test/library-tests/literals/literalBoolean.ql
@@ -1,4 +1,5 @@
1
import semmle.code.java.Expr
2
3
from BooleanLiteral lit
4
+where lit.getCompilationUnit().fromSource()
5
select lit
0 commit comments