call
method invocation and noSuchMethod
forwarder
#59952
Labels
area-language
Dart language related items (some items might be better tracked at github.com/dart-lang/language).
triage-automation
See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot.
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
This issue derieved from the test mentioned in #55803 (comment). I didn't find a separate github item for this issue. Feel free to close this one as a duplicate if there is such one.
Here we have an attempt to invoke a
call
method, not a getter, soisMethod
andisGetter
should have opposite values.cc @lrhn @eernstg to confirm.
The text was updated successfully, but these errors were encountered: