mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-11 10:46:28 -05:00
When handling an array type, the lookup should use the position index instead of the identifier name. Also uncomment the tests in the `staticFieldWithInterfaceContext.ts` test which failed because of this bug. Fixes #40158.