Skip to content
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 assess to this #2147

Closed
sgrekhov opened this issue Jul 24, 2023 · 1 comment
Closed

Add tests for assess to this #2147

sgrekhov opened this issue Jul 24, 2023 · 1 comment
Assignees
Labels
type-enhancement A request for a change that isn't a bug

Comments

@sgrekhov
Copy link
Contributor

We have no co19 tests for the following statement (10. Classes)

The current instance (and hence its members) can only be accessed at specific
locations in a class: We say that a location ℓ has access to this iff ℓ is inside the
body of a declaration of an instance member or a generative constructor, or in
the initializing expression of a late instance variable declaration.

@sgrekhov sgrekhov added the type-enhancement A request for a change that isn't a bug label Jul 24, 2023
@sgrekhov sgrekhov self-assigned this Jul 24, 2023
@sgrekhov
Copy link
Contributor Author

See co19/Language/Classes/Constructors/Generative_Constructors/execution_t09

sgrekhov added a commit to sgrekhov/co19 that referenced this issue Sep 15, 2023
copybara-service bot pushed a commit to dart-lang/sdk that referenced this issue Sep 18, 2023
2023-09-15 sgrekhov22@gmail.com dart-lang/co19#1400. Update error expectations for CFE (dart-lang/co19#2282)
2023-09-15 sgrekhov22@gmail.com Fixes dart-lang/co19#2147. Add access to this tests (dart-lang/co19#2280)
2023-09-15 sgrekhov22@gmail.com dart-lang/co19#2258. Add missing experimental flag (dart-lang/co19#2281)
2023-09-14 sgrekhov22@gmail.com dart-lang/co19#2258. Only private field of an extension type is promotable (dart-lang/co19#2279)
2023-09-14 sgrekhov22@gmail.com Fixes dart-lang/co19#2261. Remove obsolete inference-update-2 experimental flag (dart-lang/co19#2278)
2023-09-14 sgrekhov22@gmail.com dart-lang/co19#2258. No error ib case of the `noSuchMethod` forwarder of a method (dart-lang/co19#2277)
2023-09-13 sgrekhov22@gmail.com dart-lang/co19#2258. Add more private fields promotion tests (dart-lang/co19#2276)
2023-09-13 sgrekhov22@gmail.com Fixes dart-lang/co19#2265. Extension types. Add more member conflict tests (dart-lang/co19#2270)
2023-09-12 sgrekhov22@gmail.com dart-lang/co19#1400. Add type aliases test (dart-lang/co19#2274)
2023-09-12 sgrekhov22@gmail.com Fixes dart-lang/co19#2271. Fix typo in promotion_A01_t01.dart (dart-lang/co19#2272)

Change-Id: Icc18b7b8e8c7aea103fc255e0da01a5f15601dac
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/326303
Reviewed-by: Alexander Thomas <athom@google.com>
Reviewed-by: Erik Ernst <eernst@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

1 participant