Allow here-doc before closing parentheses; ref #4796

This commit is contained in:
Yukihiro "Matz" Matsumoto
2019-10-30 13:17:34 +09:00
parent 0f64cb421e
commit 962776fe25
+1 -1
View File
@@ -3722,7 +3722,7 @@ opt_nl : /* none */
| nl
;
rparen : opt_nl ')'
rparen : opt_terms ')'
;
trailer : /* none */