View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0030802 | 2.x IDE Bugs | Syntax Errors | Public | 2019-05-01 09:37 | 2019-05-08 10:07 |
Reporter | Alexander Borup | Assigned To | Russell Kay | ||
Priority | Medium | Severity | C - General | Reproducibility | 100% |
Status | Closed | Resolution | Fixed | ||
Product Version | 2.2.2 | ||||
Target Version | 2.2.3 | Fixed in Version | 2.2.3 | ||
Summary | 0030802: Syntax Errors: Multiple vars in for-loop init not accounting for | ||||
Description | See the screenshot. The following code gives an "only referenced once" warning on variable j. for(var i = 0, j = 10; i < 100; ++i) var k = j++; | ||||
Tags | IDE | ||||
2.x IDE Found In | |||||
2.x Runtime Found In | |||||
2.x IDE Verified In | 9.2.1.1805 | ||||
2.x Runtime Verified In | 9.9.1.1431 | ||||