We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab5b5d commit b68a613Copy full SHA for b68a613
specification/dartLangSpec.tex
@@ -3482,6 +3482,9 @@ \subsubsection{The Method \code{noSuchMethod}}
3482
%% in order to be able to say this precisely.
3483
A noSuchMethod forwarder is a concrete member of $C$
3484
with the signature taken from the interface of $C$,
3485
+%% TODO: #3331 - The default values should be obtained from all declarations
3486
+%% that gave rise to this member signature in $C$, and it should be an error
3487
+%% when there are no default values or there are >=2 distinct default values.
3488
and with the same default value for each optional parameter.
3489
It can be invoked in an ordinary invocation and in a superinvocation,
3490
and when $m$ is a method it can be closurized
0 commit comments