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 3f3b2ad commit 33a146fCopy full SHA for 33a146f
specification/dartLangSpec.tex
@@ -2965,7 +2965,7 @@ \subsubsection{The Method \code{noSuchMethod}}
2965
in order to correctly override \code{noSuchMethod} in \code{Object}.
2966
For instance, it can have signature
2967
\code{noSuchMethod(Invocation i)} or
2968
-\code{noSuchMethod(Object i, [String s])},
+\code{noSuchMethod(Object i, [String s = ''])},
2969
but not
2970
\code{noSuchMethod(Invocation i, String s)}.
2971
This implies that the situation where \code{noSuchMethod} is invoked
0 commit comments