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