Skip to content

Commit b34371a

Browse files
authored
Fix baselines after bad merge (microsoft#53546)
1 parent 8e08f38 commit b34371a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/baselines/reference/declarationEmitLateBoundJSAssignments.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ const a = foo[dashStrMem];
2525
//// [file.d.ts]
2626
export function foo(): void;
2727
export namespace foo {
28-
const bar: number;
29-
const strMemName: string;
28+
let bar: number;
29+
let strMemName: string;
3030
}

0 commit comments

Comments
 (0)