This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 257341 - ES6 for of generates global directive warning.
Summary: ES6 for of generates global directive warning.
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks: 242387
  Show dependency tree
 
Reported: 2015-12-30 12:08 UTC by jockeeriksson
Modified: 2016-04-14 09:25 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jockeeriksson 2015-12-30 12:08:32 UTC
ex 

  for (var value of this.bets) {
        this.method(value.id); 
    }

value.id gets a warning about global directive.
Comment 1 Petr Hejl 2016-04-14 09:25:43 UTC
Seems to be fixed.