Files
2026-07-13 12:38:42 +08:00

10 lines
116 B
TypeScript

function foo(): void {
var a = 1;
a = 1;
a = 1;
a = 1;
a = 1;
a = 1;
a = 1;
a = 1;
}