mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Merge pull request #5013 from erik-krogh/asmWhitespace
JS: remove benign result for js/whitespace-contradicts-precedence related to " | 0" expressions
This commit is contained in:
@@ -50,3 +50,6 @@ x + x >> 1
|
||||
|
||||
// OK
|
||||
x + x >> 1
|
||||
|
||||
// OK (asm.js-like)
|
||||
x = x - 1|0;
|
||||
Reference in New Issue
Block a user