Skip to content

Commit 9de0a5d

Browse files
committed
Fix comment in test
1 parent 9e965d4 commit 9de0a5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/cases/conformance/controlFlow/controlFlowForOfStatement.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ function a() {
66
for (x of obj) {
77
x = x.toExponential();
88
}
9-
x; // number | boolean
9+
x; // string | boolean
1010
}

0 commit comments

Comments
 (0)