| Index: runtime/vm/parser.cc
|
| diff --git a/runtime/vm/parser.cc b/runtime/vm/parser.cc
|
| index a3c43dd38eb8eebc88b995752360f0135ea1d19d..cf1d9673bc4e413605cf36886c5930f884081b05 100644
|
| --- a/runtime/vm/parser.cc
|
| +++ b/runtime/vm/parser.cc
|
| @@ -956,7 +956,7 @@ SequenceNode* Parser::ParseStaticConstGetter(const Function& func) {
|
| ident_pos,
|
| field,
|
| new LiteralNode(ident_pos, Instance::ZoneHandle())));
|
| - // TODO(regis): Exception to throw is not specified by spec.
|
| + // TODO(regis, 5802): Exception to throw is not specified by spec.
|
| const String& circular_error = String::ZoneHandle(
|
| Symbols::New("circular dependency in field initialization"));
|
| report_circular->Add(
|
|
|