Multiple expressions aren't allowed in a ParenExpression
Created by: natefaubion
You should be able to separate multiple expressions in a ParenExpression with a comma (var a = (1, 2, 3)). Sweet 0.6.0 has a regression where it only allows a single expression in parens.