TypeScript/tests/cases/fourslash/completionListAtEOF2.ts

12 lines
252 B
TypeScript

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