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

Unified Diff: pkg/dev_compiler/lib/src/compiler/reify_coercions.dart

Issue 2363053003: Update global_compile tool (Closed)
Patch Set: Format Created 4 years, 3 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 | pkg/dev_compiler/tool/global_compile.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dev_compiler/lib/src/compiler/reify_coercions.dart
diff --git a/pkg/dev_compiler/lib/src/compiler/reify_coercions.dart b/pkg/dev_compiler/lib/src/compiler/reify_coercions.dart
index 9d0492b1a07ee79a5ed2b3b55431682c0ef2b426..c0a9f723cdacd10fb60030aa21cd249d0e5675f4 100644
--- a/pkg/dev_compiler/lib/src/compiler/reify_coercions.dart
+++ b/pkg/dev_compiler/lib/src/compiler/reify_coercions.dart
@@ -31,7 +31,6 @@ class CoercionReifier extends analyzer.GeneralizingAstVisitor<Object> {
return units.map(cr.visitCompilationUnit).toList(growable: false);
}
-
/// Returns true if the `as` [node] was created by this class.
// TODO(sra): Find a better way to recognize reified coercion, since we
// can't set the isSynthetic attribute.
« no previous file with comments | « no previous file | pkg/dev_compiler/tool/global_compile.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698