TypeScript/tests/cases/fourslash/completionListInObjectBindingPattern14.ts

10 lines
177 B
TypeScript

/// <reference path="fourslash.ts"/>
////const { b/**/ } = new class {
//// private ab;
//// protected bc;
////}
goTo.marker();
verify.completionListIsEmpty();