TypeScript/tests/cases/fourslash/syntaxErrorAfterImport1.ts

15 lines
317 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <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(".");