Skip to content

Commit 893b109

Browse files
authored
Remove spurious reference to ~/ in constant rule (#3525)
#3495 changed the rule about `e1 ~/ e2` as a constant expression. This PR removes a spurious reference to the operator symbol `~/` (it should no longer be mentioned in the rule which doesn't cover `e1 ~/ e2` any more).
1 parent fdc0b73 commit 893b109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/dartLangSpec.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8771,7 +8771,7 @@ \subsection{Constants}
87718771
It is further constant if both $e_1$ and $e_2$ are constant expressions that
87728772
both evaluate to an instance of \code{int},
87738773
such that the operator symbol
8774-
\lit{\gtilde/}, \lit{\gtgt}, \lit{\gtgtgt}, respectively \lit{\ltlt}
8774+
\lit{\gtgt}, \lit{\gtgtgt}, respectively \lit{\ltlt}
87758775
denotes an instance operator invocation.
87768776

87778777
\item An expression of the form \code{$e_1$\,+\,$e_2$} is

0 commit comments

Comments
 (0)