Appearance
Disallow void operators.
void
// error void 0; var foo = void 0; // success ("var foo = bar()"); ("foo.void()"); ("foo.void = bar");