mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
QL code and tests for C#/C++/JavaScript.
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
({ x: 23, y: 42, x: 56 })
|
||||
|
||||
function f() {}
|
||||
function g() {}
|
||||
{
|
||||
function f() {}
|
||||
}
|
||||
|
||||
h();
|
||||
|
||||
goog.require('foo');
|
||||
goog.require('foo');
|
||||
|
||||
/*global imm, mut:true*/
|
||||
imm = 23;
|
||||
mut = 42;
|
||||
|
||||
/**
|
||||
* @param
|
||||
*/
|
||||
function k(x) {}
|
||||
|
||||
// xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
||||
|
||||
[1,,3]
|
||||
|
||||
<!--
|
||||
|
||||
1 + 2 << 3
|
||||
|
||||
function l(x, y, x) {
|
||||
for (i=0;i<10;++i);
|
||||
}
|
||||
|
||||
var j, j;
|
||||
Reference in New Issue
Block a user