| Index: pkg/analyzer/lib/src/generated/source.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/source.dart b/pkg/analyzer/lib/src/generated/source.dart
|
| index 31bd28afebf7e742badd0075ccac4989189d7734..1a4751678597008be0e04437eaa118bd5e69fd35 100644
|
| --- a/pkg/analyzer/lib/src/generated/source.dart
|
| +++ b/pkg/analyzer/lib/src/generated/source.dart
|
| @@ -272,6 +272,9 @@ class LineInfo_Location {
|
| * @param columnNumber the one-based index of the column containing the character
|
| */
|
| LineInfo_Location(this.lineNumber, this.columnNumber);
|
| +
|
| + @override
|
| + String toString() => '$lineNumber:$columnNumber';
|
| }
|
|
|
| /**
|
|
|