We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d8bf3 commit 15c61b5Copy full SHA for 15c61b5
java/ql/examples/snippets/integer_literal.ql
@@ -9,5 +9,5 @@
9
import java
10
11
from IntegerLiteral literal
12
-where literal.getLiteral().toInt() = 0
+where literal.getIntValue() = 0
13
select literal
0 commit comments