TypeScript/tests/baselines/reference/objectBindingPatternKeywordIdentifiers01.errors.txt

8 lines
324 B
Plaintext
Raw Normal View History

2015-04-17 01:41:11 +02:00
tests/cases/conformance/es6/destructuring/objectBindingPatternKeywordIdentifiers01.ts(2,13): error TS1005: ':' expected.
==== tests/cases/conformance/es6/destructuring/objectBindingPatternKeywordIdentifiers01.ts (1 errors) ====
var { while } = { while: 1 }
~
!!! error TS1005: ':' expected.