TypeScript/tests/baselines/reference/objectBindingPatternKeywordIdentifiers01.errors.txt
2015-04-16 16:41:11 -07:00

8 lines
324 B
Plaintext

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.