blob: c95be6dba5106035da4a7cc0c51d27d747aef583 [file] [log] [blame]
f() {
var a, b;
return a
? [
b([])
]
: null;
}