Fix a new analysis hint from Dart 2.4.0 (#743)

This commit is contained in:
Natalie Weizenbaum 2019-06-28 14:32:04 -07:00 committed by GitHub
parent 2cdbbebcaf
commit abf7d7f922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -835,6 +835,7 @@ class _EvaluateVisitor
for (var statement in content.declaration.children) {
await statement.accept(this);
}
return null;
});
return null;

View File

@ -5,7 +5,7 @@
// DO NOT EDIT. This file was generated from async_evaluate.dart.
// See tool/grind/synchronize.dart for details.
//
// Checksum: b5c6cb6023c2cf2735c13f16d340438972117eb7
// Checksum: 7915d98d80d1288aa327578a9d274d02c814528a
//
// ignore_for_file: unused_import
@ -840,6 +840,7 @@ class _EvaluateVisitor
for (var statement in content.declaration.children) {
statement.accept(this);
}
return null;
});
return null;