Fix baselines after bad merge (#53546)

This commit is contained in:
Jake Bailey 2023-03-27 14:09:19 -07:00 committed by GitHub
parent 8e08f38a08
commit b34371a444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}