mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
QL code and tests for C#/C++/JavaScript.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
var numbers = [1, 2, 3, 4, 5];
|
||||
var squares = [for (i of numbers) i*i];
|
||||
Reference in New Issue
Block a user