Files
codeql/javascript/ql/test/library-tests/JSLint/tst.js
2018-08-02 17:53:23 +01:00

15 lines
216 B
JavaScript

/*global a, b:true ,c: false
, d:
true */
/* global w */
function f() {
/*properties p*/
function g() {
/*global y*/
}
/*jslint browser:true, bitwise:false, maxlen:80*/
}
/*property q*/
/* members x, y, z */