Fix formatting in parse.y for call_chain_expr

This commit is contained in:
Cary R. 2026-07-13 22:50:55 -07:00 committed by GitHub
parent 29a8a4d052
commit 55250457ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -4320,8 +4320,7 @@ expr_primary
/* SV call chains get_c1().f() — must come before bare hierarchy_identifier
so `id (` is not reduced as PEIdent + error. */
| call_chain_expr
{ $$ = $1;
}
{ $$ = $1; }
| hierarchy_identifier
{ PEIdent*tmp = pform_new_ident(@1, *$1);
FILE_NAME(tmp, @1);