-
Notifications
You must be signed in to change notification settings - Fork 29
#2138. Add more tests for call method/getter
#3053
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
Conversation
eernstg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
I've commented on the first test because I think it's a good idea to stick to a small number of language features in a language test (to remain focused). In the remaining tests there might be some elements which have taken inspiration from the first test and I'm suggesting that a couple of things a simplified slightly.
Language/Expressions/Function_Invocation/Function_Expression_Invocation/call_A04_t01.dart
Show resolved
Hide resolved
Language/Expressions/Function_Invocation/Function_Expression_Invocation/call_A04_t02.dart
Outdated
Show resolved
Hide resolved
Language/Expressions/Function_Invocation/Function_Expression_Invocation/call_A04_t02.dart
Outdated
Show resolved
Hide resolved
Language/Expressions/Function_Invocation/Function_Expression_Invocation/call_A04_t03.dart
Outdated
Show resolved
Hide resolved
sgrekhov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanx! Updated. PTAL.
Language/Expressions/Function_Invocation/Function_Expression_Invocation/call_A04_t02.dart
Outdated
Show resolved
Hide resolved
Language/Expressions/Function_Invocation/Function_Expression_Invocation/call_A04_t02.dart
Outdated
Show resolved
Hide resolved
Language/Expressions/Function_Invocation/Function_Expression_Invocation/call_A04_t01.dart
Show resolved
Hide resolved
Language/Expressions/Function_Invocation/Function_Expression_Invocation/call_A04_t03.dart
Outdated
Show resolved
Hide resolved
eernstg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
2025-01-29 sgrekhov22@gmail.com dart-lang/co19#3054. Add covariant parameters tests (dart-lang/co19#3059) 2025-01-29 sgrekhov22@gmail.com dart-lang/co19#3054. Existing tests renamed to Instance Method Closurization (dart-lang/co19#3058) 2025-01-27 sgrekhov22@gmail.com dart-lang/co19#2162. Add static member and non-redirecting factory constructor conflict test (dart-lang/co19#3056) 2025-01-27 sgrekhov22@gmail.com dart-lang/co19#2145. Update existing "Evaluation of Implicit Variable Getters" tests (dart-lang/co19#3052) 2025-01-24 sgrekhov22@gmail.com dart-lang/co19#2138. Add more tests for `call` method/getter (dart-lang/co19#3053) 2025-01-24 sgrekhov22@gmail.com dart-lang/co19#2162. Add more constructor vs. static member conflict tests (dart-lang/co19#3055) 2025-01-17 sgrekhov22@gmail.com dart-lang/co19#2976. Add more tests for nullable and FutureOr types (dart-lang/co19#3050) Cq-Include-Trybots: luci.dart.try:analyzer-linux-release-try Change-Id: Ibeafe23be5d8b913db4e83b23f3820cafc3802ac Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/406940 Reviewed-by: Erik Ernst <eernst@google.com> Reviewed-by: Alexander Thomas <athom@google.com>
Based on the test mentioned in dart-lang/sdk#55803 (comment)