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

Summary: Wrong coloring on export class
Product: javascript Reporter: Petr Hejl <phejl>
Component: EditorAssignee: Petr Hejl <phejl>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 242387    

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.