mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
JS: Remove incorrect Alert marker
This is expected, based on a comment earlier in the file about the 'y' variable
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
/*global: z*/ // also not a proper global declaration
|
||||
w;
|
||||
x;
|
||||
y; // $ Alert
|
||||
y;
|
||||
z; // $ Alert
|
||||
var x, y, z;
|
||||
Reference in New Issue
Block a user