TypeScript/tests/cases/fourslash/completionListAfterAnyType.ts

14 lines
281 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <reference path="fourslash.ts"/>
//// declare class myString {
//// charAt(pos: number): string;
//// }
////
//// function bar(a: myString) {
//// var x: any = a./**/
//// }
goTo.marker();
verify.memberListContains("charAt");
verify.memberListCount(1);