fix(linter/unicorn/prefer-set-size): ignore shadowed `Set` constructors (#26153)
## Summary - verify that new Set constructors resolve to the intrinsic global before reporting or fixing - preserve detection for direct constructions and const-bound Set instances - add regression coverage for a locally shadowed constructor that returns an array
C
camc314 committed
fa3c0825e2f45ae5f0e9c34ab2cb5c030473dbdc
Parent: b874f48