mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
QL code and tests for C#/C++/JavaScript.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
function Point(x, y) {
|
||||
this.x = x;
|
||||
this.y = y;
|
||||
}
|
||||
|
||||
var p = new Point(23, 42),
|
||||
q = Point(56, 72);
|
||||
Reference in New Issue
Block a user