Address code review

This commit is contained in:
Yui T
2014-12-16 19:53:42 -08:00
parent 9c9bd34352
commit c2b03b6384
3 changed files with 1 additions and 13 deletions

View File

@@ -15,7 +15,7 @@ while (true);
var obj;
with (obj)
const c5 = 0;
const c5 = 0; // No Error will be reported here since we turn off all type checking
for (var i = 0; i < 10; i++)
const c6 = 0;