Code to reproduce: ```js //test-array-at.js const foo = { at() { } }; foo.at(); ``` Command: ```bash npx es-check es12 "./test-array-at.js" --checkFeatures ```