mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
Fix baselines after bad merge (#53546)
This commit is contained in:
parent
8e08f38a08
commit
b34371a444
@ -25,6 +25,6 @@ const a = foo[dashStrMem];
|
||||
//// [file.d.ts]
|
||||
export function foo(): void;
|
||||
export namespace foo {
|
||||
const bar: number;
|
||||
const strMemName: string;
|
||||
let bar: number;
|
||||
let strMemName: string;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user