exercism / dart

Exercism exercises in Dart.
https://exercism.org/tracks/dart
MIT License
57 stars 98 forks source link

Simplify assignments in scrabble-score #442

Closed kytrinyx closed 2 years ago

kytrinyx commented 2 years ago

This remove the explicit type definition in the variable assignment in the scrabble-score test suite allowing the types to be inferred.