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 8893206 commit 6d988a6Copy full SHA for 6d988a6
specification/dartLangSpec.tex
@@ -3539,6 +3539,9 @@ \subsubsection{The Method \code{noSuchMethod}}
3539
%% in order to be able to say this precisely.
3540
A noSuchMethod forwarder is a concrete member of $C$
3541
with the signature taken from the interface of $C$,
3542
+%% TODO: #3331 - The default values should be obtained from all declarations
3543
+%% that gave rise to this member signature in $C$, and it should be an error
3544
+%% when there are no default values or there are >=2 distinct default values.
3545
and with the same default value for each optional parameter.
3546
It can be invoked in an ordinary invocation and in a superinvocation,
3547
and when $m$ is a method it can be closurized
0 commit comments