TypeScript/tests/cases/fourslash/completionListAfterAnyType.ts

12 lines
252 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;
//// }
////
2014-07-13 01:04:16 +02:00
//// function bar(a: myString) {
//// var x: any = a./**/
//// }
verify.completions({ marker: "", exact: "charAt" });