CommaExp.allowCommaExp

Temporary variable to enable / disable deprecation of comma expression depending on the context. Since most constructor calls are rewritting, the only place where false will be passed will be from the parser.

class CommaExp
bool allowCommaExp;
Suggestion Box / Bug Report