The constant_access parser is an alias to qualified_name. However, it can change in the future. This patch avoids using a shortcut for the sane of maintanability.
Coverage increased (+0.001%) to 95.587% when pulling 81756fe901f5d7fe561f2107a286d81211aa0a30 on Hywan:constant-access into 7a6ef2a793d6de406ff3c84b1f0fe332611b7b0e on tagua-vm:master.
Coverage increased (+0.001%) to 95.587% when pulling 81756fe901f5d7fe561f2107a286d81211aa0a30 on Hywan:constant-access into 7a6ef2a793d6de406ff3c84b1f0fe332611b7b0e on tagua-vm:master.
Coverage increased (+0.001%) to 95.587% when pulling 81756fe901f5d7fe561f2107a286d81211aa0a30 on Hywan:constant-access into 7a6ef2a793d6de406ff3c84b1f0fe332611b7b0e on tagua-vm:master.
Coverage increased (+0.001%) to 95.587% when pulling 81756fe901f5d7fe561f2107a286d81211aa0a30 on Hywan:constant-access into 7a6ef2a793d6de406ff3c84b1f0fe332611b7b0e on tagua-vm:master.
Address https://github.com/tagua-vm/parser/issues/68.
The
constant_access
parser is an alias toqualified_name
. However, it can change in the future. This patch avoids using a shortcut for the sane of maintanability.