Skip to content

Commit 65f04d2

Browse files
committed
Adjust no-loops-in-noSuchMethod example
1 parent 3674ecc commit 65f04d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/dartLangSpec.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3254,8 +3254,8 @@ \subsubsection{The Method \code{noSuchMethod}}
32543254
rather than a repeated attempt to invoke \code{noSuchMethod}
32553255
(\ref{bindingActualsToFormals}).
32563256
Here is an example where a dynamic type error occurs because
3257-
an attempt is made to pass an \code{Invocation}
3258-
where only the null object is accepted:%
3257+
an attempt is made to pass an \code{Invocation},
3258+
and the type of the parameter is \code{Never}:%
32593259
}
32603260

32613261
\begin{dartCode}

0 commit comments

Comments
 (0)