mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-27 04:34:59 +01:00
Fix a new analysis hint from Dart 2.4.0 (#743)
This commit is contained in:
parent
2cdbbebcaf
commit
abf7d7f922
@ -835,6 +835,7 @@ class _EvaluateVisitor
|
||||
for (var statement in content.declaration.children) {
|
||||
await statement.accept(this);
|
||||
}
|
||||
return null;
|
||||
});
|
||||
|
||||
return null;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user