Skip to content

Commit

Permalink
Review response
Browse files Browse the repository at this point in the history
  • Loading branch information
eernstg committed Apr 21, 2022
1 parent 343ac7c commit cbe2331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/dartLangSpec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5840,8 +5840,8 @@ \section{Extensions}
\item $D$ declares a member whose basename is the name of a type parameter
of $D$.
\item $D$ declares an instance member or a static member whose basename is
\code{hashCode}, \code{noSuchMethod}, \code{runtimeType}, or \code{toString}.
Or $D$ declares an operator named \lit{==}.
\code{hashCode}, \code{noSuchMethod}, \code{runtimeType}, \code{toString},
or \lit{==}.
\commentary{%
That is, a member whose basename is also the name of
an instance member that every object has.%
Expand Down

0 comments on commit cbe2331

Please sign in to comment.