Chromium Code Reviews| Index: lib/src/utils.dart |
| diff --git a/lib/src/utils.dart b/lib/src/utils.dart |
| index 4c7339520c673f724b77c967c1d74164a4615bbe..ec09ff56f4bfec13589557bc2541175d5d597299 100644 |
| --- a/lib/src/utils.dart |
| +++ b/lib/src/utils.dart |
| @@ -431,6 +431,7 @@ InterfaceType findSupertype(InterfaceType type, bool match(InterfaceType t)) { |
| return findSupertype(s, match); |
| } |
| + |
| SourceSpanWithContext createSpan( |
| AnalysisContext context, CompilationUnit unit, int start, int end, |
| [Source source]) { |