mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-11 19:27:35 -06:00
accept baseline
This commit is contained in:
parent
22eecaa471
commit
d167e55097
@ -41,6 +41,7 @@ export enum Utensils { // Shouldn't error
|
||||
|
||||
|
||||
//// [moduleDuplicateIdentifiers.js]
|
||||
"use strict";
|
||||
exports.Foo = 2;
|
||||
exports.Foo = 42; // Should error
|
||||
var FooBar;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user