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 258857 - Wrong coloring on export class
Summary: Wrong coloring on export class
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks: 242387
  Show dependency tree
 
Reported: 2016-04-15 12:51 UTC by Petr Hejl
Modified: 2016-04-22 11:27 UTC (History)
0 users

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 Petr Hejl 2016-04-15 12:51:48 UTC
export default class {
        
        constructor() {
            
        }
        
        method(x, y) {
            
        }
}
Comment 1 Petr Hejl 2016-04-22 11:27:36 UTC
Fixed in web-main 9b0770a671fc.