diff --git a/src/Language/Go/Assignment.hs b/src/Language/Go/Assignment.hs index 7f9135d3e..f8e914276 100644 --- a/src/Language/Go/Assignment.hs +++ b/src/Language/Go/Assignment.hs @@ -592,6 +592,7 @@ communicationClause = makeTerm <$> symbol CommunicationClause <*> children (Stat where communicationCase = symbol CommunicationCase *> children expression + -- Helpers -- | Match infix terms separated by any of a list of operators, assigning any comments following each operand.