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 180b5ba commit 8b6079aCopy full SHA for 8b6079a
specification/dartLangSpec.tex
@@ -2951,7 +2951,7 @@ \subsubsection{The Method \code{noSuchMethod}}
2951
in order to correctly override \code{noSuchMethod} in \code{Object}.
2952
For instance, it can have signature
2953
\code{noSuchMethod(Invocation i)} or
2954
-\code{noSuchMethod(Object i, [String s])},
+\code{noSuchMethod(Object i, [String s = ''])},
2955
but not
2956
\code{noSuchMethod(Invocation i, String s)}.
2957
This implies that the situation where \code{noSuchMethod} is invoked
0 commit comments