File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -651,7 +651,7 @@ class Parser {
651651 var span = scanner.spanFrom (state);
652652 return _interpolationMap == null
653653 ? span
654- : LazyFileSpan (() => _interpolationMap! .mapSpan (span));
654+ : LazyFileSpan (() => _interpolationMap.mapSpan (span));
655655 }
656656
657657 /// Throws an error associated with [span] .
Original file line number Diff line number Diff line change @@ -1812,7 +1812,7 @@ final class _EvaluateVisitor
18121812 if (result != null ) {
18131813 isDependency = _inDependency;
18141814 } else {
1815- result = await _nodeImporter! .loadAsync (originalUrl, previous, forImport);
1815+ result = await _nodeImporter.loadAsync (originalUrl, previous, forImport);
18161816 if (result == null ) return null ;
18171817 isDependency = true ;
18181818 }
Original file line number Diff line number Diff line change 55// DO NOT EDIT. This file was generated from async_evaluate.dart.
66// See tool/grind/synchronize.dart for details.
77//
8- // Checksum: 396c8f169d95c601598b8c3be1f4b948ca22effa
8+ // Checksum: 3986f5db33dd220dcd971a39e8587ca4e52d9a3f
99//
1010// ignore_for_file: unused_import
1111
@@ -1808,7 +1808,7 @@ final class _EvaluateVisitor
18081808 if (result != null ) {
18091809 isDependency = _inDependency;
18101810 } else {
1811- result = _nodeImporter! .load (originalUrl, previous, forImport);
1811+ result = _nodeImporter.load (originalUrl, previous, forImport);
18121812 if (result == null ) return null ;
18131813 isDependency = true ;
18141814 }
You can’t perform that action at this time.
0 commit comments