JakubLinhart / SphereSharp

1 stars 3 forks source link

Emit error for chained argumented variable assignment #25

Open JakubLinhart opened 6 years ago

JakubLinhart commented 6 years ago

Sphere doesn't report any error, but this doesn't work:

var.var12(var12value)

var12 is still empty when Sphere executes this code.