mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
accept baseline
This commit is contained in:
@@ -41,6 +41,7 @@ export enum Utensils { // Shouldn't error
|
||||
|
||||
|
||||
//// [moduleDuplicateIdentifiers.js]
|
||||
"use strict";
|
||||
exports.Foo = 2;
|
||||
exports.Foo = 42; // Should error
|
||||
var FooBar;
|
||||
|
||||
Reference in New Issue
Block a user