Save the operator_loc
location using the given saved source so that it can be retrieved later.
Save the operator_loc
location using the given saved source so that it can be retrieved later.
The location of the ‘then` keyword (if present) or the `?` in a ternary expression, `nil` otherwise.
if foo then bar end ^^^^ a ? b : c ^
Save the then_loc
location using the given saved source so that it can be retrieved later.
Save the operator_loc
location using the given saved source so that it can be retrieved later.