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

Reuse p_kwnorest rule for f_no_kwarg

This commit is contained in:
S-H-GAMELINKS 2022-02-09 21:03:49 +09:00 committed by Nobuyoshi Nakada
parent 68be9a9ae8
commit c0651b4ae1
Notes: git 2022-02-12 12:28:17 +09:00

View file

@ -5474,7 +5474,7 @@ kwrest_mark : tPOW
| tDSTAR
;
f_no_kwarg : kwrest_mark keyword_nil
f_no_kwarg : p_kwnorest
{
/*%%%*/
/*% %*/