We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a909bbe commit 3ea0773Copy full SHA for 3ea0773
specification/dartLangSpec.tex
@@ -3230,8 +3230,8 @@ \subsubsection{The Method \code{noSuchMethod}}
3230
rather than a repeated attempt to invoke \code{noSuchMethod}
3231
(\ref{bindingActualsToFormals}).
3232
Here is an example where a dynamic type error occurs because
3233
-an attempt is made to pass an \code{Invocation}
3234
-where only the null object is accepted:%
+an attempt is made to pass an \code{Invocation},
+and the type of the parameter is \code{Never}:%
3235
}
3236
3237
\begin{dartCode}
0 commit comments