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

Unified Diff: frog/leg/leg.dart

Issue 9360039: Create values for literal Strings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add test. Created 8 years, 10 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: frog/leg/leg.dart
diff --git a/frog/leg/leg.dart b/frog/leg/leg.dart
index d3baa638e4dc33a8b96f6a862331976ccc916b39..559567d4991a81f34b04f33279f5998d735fbccf 100644
--- a/frog/leg/leg.dart
+++ b/frog/leg/leg.dart
@@ -14,6 +14,7 @@
#import('ssa/ssa.dart');
#import('tree/tree.dart');
#import('util/util.dart');
+#import('util/characters.dart');
floitsch 2012/02/14 16:08:02 sort alphabetically. (also please fix the string_v
karlklose 2012/02/15 10:37:30 Done.
#import('string_validator.dart');
#source('compiler.dart');

Powered by Google App Engine
This is Rietveld 408576698