diff --git a/grammar/src/expressions.grm b/grammar/src/expressions.grm index 710c5548f81..ab1b43111cc 100644 --- a/grammar/src/expressions.grm +++ b/grammar/src/expressions.grm @@ -1,5 +1,4 @@ /* - Decreasing precedence: memberAccessOperation postfixUnaryOperation @@ -17,7 +16,6 @@ Decreasing precedence: "match" "->" assignmentOperator - */