Community
Participate
Working Groups
);
}
public void testbug278172() {
this.runNegativeTest(
new String[] {
"Z.js",
"/**\n" +
"* @param {boolean} options\n" +
"*/\n" +
"function foo(options) {\n" +
"options = options || {};\n" +
"if (!options.bar)\n" +
"options.bar = 42;\n" +
"}"
},
""