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

11 lines
537 B
Plaintext

tests/cases/conformance/es6/destructuring/objectBindingPatternKeywordIdentifiers04.ts(2,16): error TS1003: Identifier expected.
tests/cases/conformance/es6/destructuring/objectBindingPatternKeywordIdentifiers04.ts(2,22): error TS1005: ':' expected.
==== tests/cases/conformance/es6/destructuring/objectBindingPatternKeywordIdentifiers04.ts (2 errors) ====
var { "while": while } = { while: 1 }
~~~~~
!!! error TS1003: Identifier expected.
~
!!! error TS1005: ':' expected.