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

Unified Diff: sdk/lib/_internal/compiler/implementation/resolved_visitor.dart

Issue 11299009: Support type literals as compile-time constants. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 8 years, 1 month 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
Index: sdk/lib/_internal/compiler/implementation/resolved_visitor.dart
diff --git a/sdk/lib/_internal/compiler/implementation/resolved_visitor.dart b/sdk/lib/_internal/compiler/implementation/resolved_visitor.dart
index e53a3ff38f68b52367830cbd7de97d30c1eb754f..1de6a7980e59751a221f9fa692c1aee7b2fe6409 100644
--- a/sdk/lib/_internal/compiler/implementation/resolved_visitor.dart
+++ b/sdk/lib/_internal/compiler/implementation/resolved_visitor.dart
@@ -60,7 +60,7 @@ abstract class ResolvedVisitor<R> extends Visitor<R> {
R visitDynamicSend(Send node);
R visitForeignSend(Send node);
R visitStaticSend(Send node);
- abstract R visitTypeReferenceSend(Send node);
+ R visitTypeReferenceSend(Send node);
void internalError(String reason, {Node node});

Powered by Google App Engine
This is Rietveld 408576698