TypeScript/tests/cases/fourslash/completionListAtEOF2.ts
2014-09-15 13:53:25 -07:00

12 lines
248 B
TypeScript

/// <reference path="fourslash.ts"/>
////module Shapes {
//// export class Point {
//// constructor(public x: number, public y: number) { }
//// }
////}
////var p = <Shapes.
goTo.eof();
verify.memberListContains("Point");