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

Unified Diff: lib/compiler/implementation/leg.dart

Issue 10332196: Start working on unparse validation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Next iteration Created 8 years, 7 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
Index: lib/compiler/implementation/leg.dart
diff --git a/lib/compiler/implementation/leg.dart b/lib/compiler/implementation/leg.dart
index b67e2b86bf17c595b3648b7279218d9aad7a59f6..1a1a978939b53c1650a8010275a246edc43b4418 100644
--- a/lib/compiler/implementation/leg.dart
+++ b/lib/compiler/implementation/leg.dart
@@ -31,5 +31,6 @@
#source('tree_validator.dart');
#source('typechecker.dart');
#source('universe.dart');
+#source('unparse_validator.dart');
#source('warnings.dart');
#source('world.dart');

Powered by Google App Engine
This is Rietveld 408576698