Details
Assignee
UnassignedUnassignedReporter
Jozef WagnerJozef WagnerPriority
MinorAffects versions
Details
Details
Assignee
Unassigned
UnassignedReporter
Jozef Wagner
Jozef WagnerPriority
Affects versions
Created October 10, 2014 at 7:41 PM
Updated July 19, 2015 at 1:26 PM
Closing over mutable fields should be forbidden completely (and generate compiler exception), not just when trying to set! them. As the change of the mutable field does not propagate into closed over ones, this leads to surprising bugs: