| Index: utils/pub/yaml/parser.dart
|
| diff --git a/utils/pub/yaml/parser.dart b/utils/pub/yaml/parser.dart
|
| index b3c69dfb0060ccb28740ec9e0f9b877e458a6de9..dcfc50a35f97029ac24a259b34ce8ade9c013928 100644
|
| --- a/utils/pub/yaml/parser.dart
|
| +++ b/utils/pub/yaml/parser.dart
|
| @@ -202,10 +202,10 @@ class _Parser {
|
| if (farthestLine < line) {
|
| farthestLine = line;
|
| farthestColumn = column;
|
| - farthestContext = contextStack.last();
|
| + farthestContext = contextStack.last;
|
| } else if (farthestLine == line && farthestColumn < column) {
|
| farthestColumn = column;
|
| - farthestContext = contextStack.last();
|
| + farthestContext = contextStack.last;
|
| }
|
| farthestPos = pos;
|
|
|
|
|