This commit is contained in:
Mylloon 2023-10-25 00:35:34 +02:00
parent 27ed7ebddb
commit 358470f280
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -405,7 +405,7 @@ expression:
}
/* Allocation
* ref expr */
| REF e=located(mid_expression) {
| REF e=located(simple_expression) {
Ref(e)
}
/* Field record */