Skip to content

Commit

Permalink
Remove an old TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
osa1 committed Jul 9, 2022
1 parent 72eb4e4 commit 6a3e7f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion protoc_plugin/test/generated_message_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,6 @@ void main() {

test('deepCopy', () {
final value1 = getAllSet();
// TODO(sigurdm): Use the implicit syntax after resolution of https://github.com/dart-lang/sdk/issues/39160
final value2 = value1.deepCopy();
assertAllFieldsSet(value2);
expect(value2, isNot(same(value1)));
Expand Down

0 comments on commit 6a3e7f0

Please sign in to comment.