mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Fix comment in test
This commit is contained in:
@@ -6,5 +6,5 @@ function a() {
|
||||
for (x of obj) {
|
||||
x = x.toExponential();
|
||||
}
|
||||
x; // number | boolean
|
||||
x; // string | boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user