| Index: pkg/analyzer/lib/src/generated/constant.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/constant.dart b/pkg/analyzer/lib/src/generated/constant.dart
|
| index afed930d7e53c1031ecb486032a359205fa41604..117b263360dfb9a9e328d89fc65d3325f733f802 100644
|
| --- a/pkg/analyzer/lib/src/generated/constant.dart
|
| +++ b/pkg/analyzer/lib/src/generated/constant.dart
|
| @@ -1018,6 +1018,9 @@ class ConstantEvaluationTarget_Annotation implements ConstantEvaluationTarget {
|
| return false;
|
| }
|
| }
|
| +
|
| + @override
|
| + String toString() => 'Constant: $annotation';
|
| }
|
|
|
| /**
|
|
|