1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Add missing semicolon

This commit is contained in:
Kazuki Tsujimoto 2019-11-07 13:20:11 +09:00
parent d0d743ad45
commit 1e620c67af
No known key found for this signature in database
GPG key ID: BCEA306C49B81CD7

View file

@ -4023,6 +4023,7 @@ p_args_tail : tSTAR tIDENTIFIER
{
$$ = new_array_pattern_tail(p, Qnone, 1, 0, $3, &@$);
}
;
p_args_post : p_arg
| p_args_post ',' p_arg