Closed marcoeilers closed 1 year ago
The following program, where the field assignment mixes up the field name and the receiver expression, crashes Silicon and Carbon:
field f: Int method m(r: Ref) requires acc(r.f) { var tmp: Int f.r := tmp }
The following program, where the field assignment mixes up the field name and the receiver expression, crashes Silicon and Carbon: