[ 
https://issues.apache.org/jira/browse/NETBEANS-497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated NETBEANS-497:
------------------------------------
    Labels: JDK10-LVTI pull-request-available  (was: JDK10-LVTI)

> 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: vikas kumar prabhakar
>            Priority: Minor
>              Labels: JDK10-LVTI, pull-request-available
>
> 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

Reply via email to