-
Notifications
You must be signed in to change notification settings - Fork 28
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
Add tests for call
method tear-offs
#2505
Labels
Comments
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Jan 25, 2024
copybara-service bot
pushed a commit
to dart-lang/sdk
that referenced
this issue
Feb 5, 2024
2024-02-02 sgrekhov22@gmail.com Fix dart-lang/co19#2517. Fix wrong test, add experimental flags (dart-lang/co19#2518) 2024-02-02 sgrekhov22@gmail.com Fix dart-lang/co19#2490. Update incompatible with await tests according to the changed rule (dart-lang/co19#2516) 2024-02-01 sgrekhov22@gmail.com dart-lang/co19#2420. Add more exhaustiveness tests (dart-lang/co19#2513) 2024-01-31 sgrekhov22@gmail.com dart-lang/co19#2446. Add additional test for cast pattern (dart-lang/co19#2514) 2024-01-30 sgrekhov22@gmail.com dart-lang/co19#1399. Add more tests for records (dart-lang/co19#2511) 2024-01-30 sgrekhov22@gmail.com dart-lang/co19#2485. Update map and list constant literals tests. Add parenthesized for records (dart-lang/co19#2512) 2024-01-29 sgrekhov22@gmail.com Fixes dart-lang/co19#2490. Add more await tests for extension types (dart-lang/co19#2500) 2024-01-29 sgrekhov22@gmail.com dart-lang/co19#2119. Fix typo in Subtyping tests description (dart-lang/co19#2510) 2024-01-29 sgrekhov22@gmail.com Fixes dart-lang/co19#2505. Add more tests for `call` member (dart-lang/co19#2506) 2024-01-29 sgrekhov22@gmail.com dart-lang/co19#2420. Add cast-pattern tests for extension types (dart-lang/co19#2458) Change-Id: I631705a013f9a77910ae0f0be5a9fea01e7c719f Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/350240 Reviewed-by: Erik Ernst <eernst@google.com> Commit-Queue: Erik Ernst <eernst@google.com> Reviewed-by: William Hesse <whesse@google.com>
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Feb 15, 2024
Add more tests for `call` member. Co-authored-by: Erik Ernst <eernst@google.com>: Changed wording in `@description` slightly, because the invocation doesn't call `call` explicitly.
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Feb 15, 2024
Add more tests for `call` member. Co-authored-by: Erik Ernst <eernst@google.com>: Changed wording in `@description` slightly, because the invocation doesn't call `call` explicitly.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See dart-lang/sdk#54351. We din't have such tests (including record types)
The text was updated successfully, but these errors were encountered: