class Foo { constructor() { new.target; } test() { new.target; } }