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 1c6642f commit 341241cCopy full SHA for 341241c
java/ql/test/library-tests/literals/floatLiterals/floatLiterals.ql
@@ -4,5 +4,5 @@ class SrcFloatingPointLiteral extends FloatLiteral {
4
SrcFloatingPointLiteral() { this.getCompilationUnit().fromSource() }
5
}
6
7
-from FloatLiteral lit
+from SrcFloatingPointLiteral lit
8
select lit, lit.getValue(), lit.getFloatValue()
0 commit comments