reject `id` as variable name or don't desugar at lhs
var id : String ... id := ent.id // gets desugared to // getTemplate().getUniqueId() := ent.id
Results in compile error.
Submitted by Elmer van Chastelet on 29 July 2015 at 15:31
Issue Log
On 29 July 2015 at 15:33 Elmer van Chastelet commented:
I have 49 matches on
var id
in my workspace. So I much prefer to not desugar the lhs and still allowid
as variable name.
edit: That won’t work, because references are still desugared, while these should refer to the variabelid
when exists.
On 31 July 2015 at 11:55 Elmer van Chastelet closed this issue.
Log in to post comments