mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-04-17 01:49:41 -05:00
Responding to CR feedback
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
//// [duplicateVarAndImport.ts]
|
||||
// no error since module is not instantiated
|
||||
|
||||
var a;
|
||||
module M {}
|
||||
module M { }
|
||||
import a = M;
|
||||
|
||||
//// [duplicateVarAndImport.js]
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// no error since module is not instantiated
|
||||
|
||||
var a;
|
||||
module M {}
|
||||
module M { }
|
||||
import a = M;
|
||||
Reference in New Issue
Block a user