mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Use SrcFloatingPointLiteral
This commit is contained in:
@@ -4,5 +4,5 @@ class SrcFloatingPointLiteral extends FloatLiteral {
|
||||
SrcFloatingPointLiteral() { this.getCompilationUnit().fromSource() }
|
||||
}
|
||||
|
||||
from FloatLiteral lit
|
||||
from SrcFloatingPointLiteral lit
|
||||
select lit, lit.getValue(), lit.getFloatValue()
|
||||
|
||||
Reference in New Issue
Block a user