Fix a Dart 2.4 analysis hint

This commit is contained in:
Natalie Weizenbaum 2019-06-29 07:08:58 +01:00
parent 72d932884f
commit 88774b3a07
2 changed files with 3 additions and 1 deletions

View File

@ -405,6 +405,7 @@ class _EvaluateVisitor
baseUrl: _callableNode.span?.sourceUrl,
configuration: configuration,
namesInErrors: true);
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: 0a446aad9eb80d114e05901c0ba4625339a2f85a
// Checksum: 2dc9fdf171d8c876f24994eb0e106328154497c4
//
// ignore_for_file: unused_import
@ -411,6 +411,7 @@ class _EvaluateVisitor
baseUrl: _callableNode.span?.sourceUrl,
configuration: configuration,
namesInErrors: true);
return null;
})
];