Commits

Ben Langmuir committed dc910fe53b3
[CodeCompletion] Handle sequence expression where the LHS type-checks Now we can handle simple cases like 1 + 1 == 2 <here> and correctly suggest both + on the 2 and || on the boolean. When the LHS doesn't type-check we fallback to using only the operand immediately to the left. Swift SVN r32489