swc/crates/swc_ecma_parser/tests/tsc/mixedPropertyElementAccessAssignmentDeclaration.ts

4 lines
63 B
TypeScript

// Should not crash: #34642
var arr = [];
arr[0].prop[2] = {};