mirror of
https://github.com/github/codeql.git
synced 2026-01-29 06:12:58 +01:00
Fix frontend errors in MistypedExponentiation test.
This commit is contained in:
@@ -26,4 +26,6 @@ func main() {
|
||||
// than the xor operator and so the query doesn't see a constant on the left
|
||||
// hand side of ^.
|
||||
fmt.Println(nonconst()*10 ^ 9)
|
||||
|
||||
fmt.Println(mask)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user