TypeScript/tests/cases/fourslash/completionListInObjectBindingPattern14.ts

9 lines
183 B
TypeScript

/// <reference path="fourslash.ts"/>
////const { b/**/ } = new class {
//// private ab;
//// protected bc;
////}
verify.completions({ marker: "", exact: undefined });