TypeScript/tests/cases/compiler/simpleArrowFunctionParameterReferencedInObjectLiteral1.ts
2014-07-12 17:30:19 -07:00

2 lines
40 B
TypeScript

[].map(() => [].map(p => ({ X: p })));