-
- Downloads
You need to sign in or sign up before continuing.
Fix value type of affectation expression
pugs do not allow (willingly) chaining affectation expressions such as (a=b=c). Thus the return type of affectations must be `void` (since these expressions have no values) and not the type of the lhs.
parent
34d6a933
No related branches found
No related tags found
Loading
Please register or sign in to comment