6b470f71

By: Tom Sydney Kerckhove <syd@cs-syd.eu>

Show actual remaining elements in ListLit diff instead of placeholder

Replace the `[N elements]` placeholder replacement text with actual
element removal: dropHead removes the first element, dropLast removes
the last element, by splitting the source text at the last/first
top-level comma respectively.