Skip to content

Commit

Permalink
Fixes #1661. Fix logical_or_A05_t02.dart. Add missed constant (#1675)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrekhov authored Jan 6, 2023
1 parent 9a735ef commit 79cabf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LanguageFeatures/Patterns/logical_or_A05_t02.dart
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ main() {
const zero = Unit(0, logger);
const one = Unit(1, logger);
const two = Unit(2, logger);
const three = Unit(3, logger);
const pi = Unit(3.14, logger);

Shape shape1 = Square(1, logger);
Expand Down

0 comments on commit 79cabf2

Please sign in to comment.