matthiasblaesing commented on PR #9535: URL: https://github.com/apache/netbeans/pull/9535#issuecomment-5106331730
The assertion that an identifier is always expected after the `case` expression comes from here: https://github.com/php/php-src/blob/a5e34c6030acc6f482a8d4a0d12544a94438117a/Zend/zend_language_parser.y#L659-L662 I read this as `T_CASE` (`case`) may be followed by comments alternatively an identifier is expected. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- 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
