mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-01 14:25:16 -05:00
Reset baseline line number to the locally incorrect value
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
lib.d.ts(32,18): error TS2300: Duplicate identifier 'eval'.
|
||||
lib.d.ts(28,18): error TS2300: Duplicate identifier 'eval'.
|
||||
tests/cases/compiler/variableDeclarationInStrictMode1.ts(2,5): error TS1100: Invalid use of 'eval' in strict mode.
|
||||
tests/cases/compiler/variableDeclarationInStrictMode1.ts(2,5): error TS2300: Duplicate identifier 'eval'.
|
||||
|
||||
@@ -9,4 +9,4 @@ tests/cases/compiler/variableDeclarationInStrictMode1.ts(2,5): error TS2300: Dup
|
||||
~~~~
|
||||
!!! error TS1100: Invalid use of 'eval' in strict mode.
|
||||
~~~~
|
||||
!!! error TS2300: Duplicate identifier 'eval'.
|
||||
!!! error TS2300: Duplicate identifier 'eval'.
|
||||
|
||||
Reference in New Issue
Block a user