mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05: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