Skip to content

Commit

Permalink
Update equality_A01_t02.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
eernstg authored Dec 19, 2024
1 parent e1e9bb3 commit e4ef77b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
/// inferring its static type the same way as above.
///
/// @description Checks that if an expression has the form `e1 == e2` or
/// `e1 != e2` and `e2` is a shorthand expression then it shorthand context from
/// `e1`. Test a mixin.
/// `e1 != e2` and `e2` is a shorthand expression then it has shorthand
/// context from `e1`. Test a mixin.
/// @author sgrekhov22@gmail.com
// SharedOptions=--enable-experiment=enum-shorthands
Expand Down

1 comment on commit e4ef77b

@sgrekhov
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Please sign in to comment.