-
Notifications
You must be signed in to change notification settings - Fork 28
Explicit extension operator invocations tested? #495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Not quite: The point is that an analysis which is a little bit too fast would say that And I couldn't find any test cases where explicit resolution of an extension operator is used (like |
Cf. dart-lang/sdk#38895, I took a look at the co19 tests on extension methods. I think they don't cover the case where an explicitly resolved extension method invocation calls an operator (example derived from this one):
I searched for strings like
) +
and) *
, but did not find examples where this feature is used.The text was updated successfully, but these errors were encountered: