TypeScript/tests/cases/compiler/sourceMapValidationDestructuringVariableStatementObjectBindingPattern4.ts
2016-02-01 16:51:38 -08:00

4 lines
70 B
TypeScript

// @sourcemap: true
var {x = 500,
y} = { x: 20, y: "hi" };