-
Notifications
You must be signed in to change notification settings - Fork 28
Test external and abstract variables #912
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
6 tasks
@eernstg does the change affect co19_2 tests? |
No, external and abstract variables are enabled when and only when null safety is enabled. |
sgrekhov
pushed a commit
that referenced
this issue
Oct 12, 2020
sgrekhov
pushed a commit
that referenced
this issue
Oct 14, 2020
sgrekhov
pushed a commit
that referenced
this issue
Oct 15, 2020
sgrekhov
pushed a commit
that referenced
this issue
Oct 16, 2020
sgrekhov
pushed a commit
that referenced
this issue
Oct 19, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cf. the implementation plan, the addition of external and abstract variables to Dart may require some updates.
In particular, there should be tests for abstract and external variables (feature specification here), and other tests may need to be adjusted (because it is not a syntax error any more to have
external
orabstract
in a few locations).The text was updated successfully, but these errors were encountered: