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

15 lines
317 B
TypeScript

/// <reference path='fourslash.ts' />
////declare module "extmod" {
//// module IntMod {
//// class Customer {
//// constructor(name: string);
//// }
//// }
////}
////import ext = require('extmod');
////import int = ext.IntMod;
////var x = new int/*0*/
goTo.marker("0");
edit.insert(".");