michael@0: // Arrow right-associativity with += michael@0: michael@0: var s = ""; michael@0: s += x => x.name; michael@0: assertEq(s, "x => x.name");