mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
15 lines
216 B
JavaScript
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 */ |