Files
TypeScript/tests/baselines/reference
Nathan Shively-Sanders cabcaaadcb Property assignment is not an assignment target
In a destructuring assignment, a property assignment is not an
assignment target. Its initialiser is. For example:

```ts
({ source: target} = o);
```

Here, `target` is the assignment target. `source` is not. Previously,
both were assignment targets.
2017-01-26 16:08:55 -08:00
..
2017-01-21 13:12:02 -08:00
2017-01-22 11:59:40 -08:00
2017-01-24 13:03:16 -08:00
2017-01-24 13:03:16 -08:00
2017-01-24 11:24:30 +08:00
2017-01-24 11:24:30 +08:00
2017-01-24 11:24:30 +08:00