vikasprabhakar opened a new pull request #453: Split into declaration and 
assignment issue for var type
URL: https://github.com/apache/incubator-netbeans/pull/453
 
 
   Reference jira bug : https://issues.apache.org/jira/browse/NETBEANS-465
   
   Issue Details:
   Warning hint "Split into declaration and assignment" is not valid for var 
type.
   var v = 10;
   Only declaration the var type variable causes the errors:
   var v; -> cannot infer type for local variable v
      (cannot use 'var' on variable without initializer)
   
   The hints "Split into declaration and assignment" should not show for var 
type declaration and assignments
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org
For additional commands, e-mail: notifications-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to