Index: pkg/analyzer/lib/src/error/codes.dart |
diff --git a/pkg/analyzer/lib/src/error/codes.dart b/pkg/analyzer/lib/src/error/codes.dart |
index b2fd9ea9934614262e670360343528387ad626c7..baad8320645b41792e96db373f91258c656e98fd 100644 |
--- a/pkg/analyzer/lib/src/error/codes.dart |
+++ b/pkg/analyzer/lib/src/error/codes.dart |
@@ -5002,6 +5002,8 @@ class StrongModeCode extends ErrorCode { |
* hints and then clean up the function _errorSeverity in |
* test/src/task/strong/strong_test_helper.dart. |
*/ |
+ /* TODO(leafp) Delete most of these. |
+ */ |
static const StrongModeCode TOP_LEVEL_CYCLE = const StrongModeCode( |
ErrorType.HINT, |
'TOP_LEVEL_CYCLE', |