TypeScript/tests/cases/fourslash/smartSelection_bindingPatterns.ts
2019-04-23 16:41:59 -07:00

5 lines
131 B
TypeScript

/// <reference path="fourslash.ts" />
////const { /*1*/x, y: /*2*/a, .../*3*/zs = {} } = {};
verify.baselineSmartSelection();