Reema Taneja created NETBEANS-497:
-------------------------------------
Summary: New Fix hint for var compound declaration
Key: NETBEANS-497
URL: https://issues.apache.org/jira/browse/NETBEANS-497
Project: NetBeans
Issue Type: Bug
Reporter: Reema Taneja
Assignee: Reema Taneja
We should provide fix hint to convert invalid var syntax
var a = 2, b = 3.0;
to
var a = 2;
var b = 3.0;
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists