TypeScript/tests/cases/fourslash/completionListOnParamInClass.ts
2014-07-29 12:17:44 -07:00

10 lines
194 B
TypeScript

/// <reference path='fourslash.ts' />
////export class encoder {
//// static getEncoding(buffer: buffer/**/Pointer
////}
goTo.marker();
verify.completionListContains('parseInt');