-
Notifications
You must be signed in to change notification settings - Fork 28
#1959. Test valid combinations of modifiers. Part 2 #2024
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
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 very good! Just a couple of types.
LanguageFeatures/Class-modifiers/syntax_abstract_base_class_A01_t01.dart
Show resolved
Hide resolved
LanguageFeatures/Class-modifiers/syntax_abstract_base_class_A03_t01.dart
Show resolved
Hide resolved
LanguageFeatures/Class-modifiers/syntax_abstract_base_class_A03_t02.dart
Show resolved
Hide resolved
LanguageFeatures/Class-modifiers/syntax_abstract_base_class_A06_t01.dart
Show resolved
Hide resolved
LanguageFeatures/Class-modifiers/syntax_abstract_final_class_A05_t03.dart
Show resolved
Hide resolved
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.
Tests updated. I'm only not sure if base mixin
on
a final
class is a reopen
situation or not
LanguageFeatures/Class-modifiers/syntax_abstract_base_class_A03_t01.dart
Show resolved
Hide resolved
LanguageFeatures/Class-modifiers/syntax_abstract_base_class_A03_t02.dart
Show resolved
Hide resolved
LanguageFeatures/Class-modifiers/syntax_abstract_final_class_A05_t03.dart
Show resolved
Hide resolved
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.
Thanks! LGTM.
LanguageFeatures/Class-modifiers/syntax_abstract_final_class_A05_t03.dart
Show resolved
Hide resolved
LanguageFeatures/Class-modifiers/syntax_abstract_final_class_A05_t03.dart
Show resolved
Hide resolved
I'm closing the thread about the reopening at an |
2023-04-25 [email protected] dart-lang/co19#1959. Test valid combinations of modifiers. Part 3 (dart-lang/co19#2025) 2023-04-25 [email protected] Fixes dart-lang/co19#2027. Hint expectation added (dart-lang/co19#2028) 2023-04-24 [email protected] dart-lang/co19#1959. Test valid combinations of modifiers. Part 2 (dart-lang/co19#2024) Change-Id: I32326cf0be0e3ac7a0ac901ea476213083307355 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/299520 Reviewed-by: Alexander Thomas <[email protected]> Commit-Queue: Alexander Thomas <[email protected]>
No description provided.