``` class Test{ saySomething() { return "abc"; } get [Symbol.unscopables] { return {saySomething: true}; } } ``` get [Symbol.unscopables] 后面少了一个()