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 c5f27c5 commit 6cf7a1aCopy full SHA for 6cf7a1a
specification/dartLangSpec.tex
@@ -3231,8 +3231,8 @@ \subsubsection{The Method \code{noSuchMethod}}
3231
rather than a repeated attempt to invoke \code{noSuchMethod}
3232
(\ref{bindingActualsToFormals}).
3233
Here is an example where a dynamic type error occurs because
3234
-an attempt is made to pass an \code{Invocation}
3235
-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}:%
3236
}
3237
3238
\begin{dartCode}
0 commit comments