BinaryOperatorEmitter: fixed position of coercion end (references #74)

The end of the coercion was incorrectly added outside of the node's parentheses. This didn't get noticed before my refactoring because the end of the coercion was always ). Now that coercion can end with a different string, it became obvious.
1 file changed