外观
禁止使用 void 操作符。
void
// error void 0; var foo = void 0; // success ("var foo = bar()"); ("foo.void()"); ("foo.void = bar");