mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00: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.