Skip to content

Commit 341241c

Browse files
committed
Use SrcFloatingPointLiteral
1 parent 1c6642f commit 341241c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/test/library-tests/literals/floatLiterals/floatLiterals.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ class SrcFloatingPointLiteral extends FloatLiteral {
44
SrcFloatingPointLiteral() { this.getCompilationUnit().fromSource() }
55
}
66

7-
from FloatLiteral lit
7+
from SrcFloatingPointLiteral lit
88
select lit, lit.getValue(), lit.getFloatValue()

0 commit comments

Comments
 (0)