Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(340)

Unified Diff: pkg/analyzer/lib/src/summary/resynthesize.dart

Issue 1640383002: Fix build: Add 'ReferenceKind.length' to the switch. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/summary/resynthesize.dart
diff --git a/pkg/analyzer/lib/src/summary/resynthesize.dart b/pkg/analyzer/lib/src/summary/resynthesize.dart
index 2d085d45b4fa91677efdd972de91db9f84bd718b..2caa58e8f9e703d694e526684d4defc14975589c 100644
--- a/pkg/analyzer/lib/src/summary/resynthesize.dart
+++ b/pkg/analyzer/lib/src/summary/resynthesize.dart
@@ -644,6 +644,7 @@ class _LibraryResynthesizer {
case ReferenceKind.constructor:
case ReferenceKind.constField:
case ReferenceKind.staticMethod:
+ case ReferenceKind.length:
case ReferenceKind.prefix:
case ReferenceKind.unresolved:
// Should never happen. Exported names never refer to import prefixes,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698