Skip to content

Commit 65ba8d9

Browse files
authored
Accept baseline with correct additional span location (#28238)
1 parent e2436f3 commit 65ba8d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/baselines/reference/exportAsNamespace_augment.errors.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
~~~~~~~~
1515
!!! error TS2451: Cannot redeclare block-scoped variable 'conflict'.
1616
!!! related TS6203 /b.ts:6:22: 'conflict' was also declared here.
17-
!!! related TS6204 /b.ts:6:22: and here.
17+
!!! related TS6204 /b.ts:12:18: and here.
1818

1919
==== /b.ts (6 errors) ====
2020
import * as a2 from "./a";

0 commit comments

Comments
 (0)