Skip to content

Commit 1c5354c

Browse files
author
Joseph Watts
committed
Update baselines
1 parent fbad208 commit 1c5354c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/baselines/reference/classBlockScoping.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ function f(b: boolean) {
3434
}
3535

3636
//// [classBlockScoping.js]
37-
var _a;
3837
function f(b) {
38+
var _a;
3939
var Foo;
4040
if (b) {
4141
Foo = (_a = /** @class */ (function () {

0 commit comments

Comments
 (0)