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 23dcf5a commit 8da6aabCopy full SHA for 8da6aab
specification/dartLangSpec.tex
@@ -3246,8 +3246,8 @@ \subsubsection{The Method \code{noSuchMethod}}
3246
rather than a repeated attempt to invoke \code{noSuchMethod}
3247
(\ref{bindingActualsToFormals}).
3248
Here is an example where a dynamic type error occurs because
3249
-an attempt is made to pass an \code{Invocation}
3250
-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}:%
3251
}
3252
3253
\begin{dartCode}
0 commit comments