Fix comment in test

This commit is contained in:
Anders Hejlsberg
2016-03-25 17:03:12 -07:00
parent 9e965d408c
commit 9de0a5d833
@@ -6,5 +6,5 @@ function a() {
for (x of obj) {
x = x.toExponential();
}
x; // number | boolean
x; // string | boolean
}