TypeScript/tests/cases/conformance/es6/destructuring/objectBindingPatternKeywordIdentifiers03.ts

2 lines
35 B
TypeScript
Raw Normal View History

2015-04-17 00:23:11 +02:00

var { "while" } = { while: 1 }