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

Unified Diff: corelib/src/string.dart

Issue 10883052: Unify String. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add missing file. Created 8 years, 4 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: corelib/src/string.dart
diff --git a/corelib/src/string.dart b/corelib/src/string.dart
index 00d143a9ee61f4e4ddbd02b6c19d85df414258d5..ebbc3f4df737c238af9ede409454edc06ee634b5 100644
--- a/corelib/src/string.dart
+++ b/corelib/src/string.dart
@@ -8,7 +8,8 @@
* scalar character codes accessible through the [charCodeAt] or the
* [charCodes] method.
*/
-interface String extends Comparable, Hashable, Pattern default Strings {
+interface String extends Comparable, Hashable, Pattern default
Mads Ager (google) 2012/08/27 10:52:00 I think we should reformat this somehow. I don't f
Anders Johnsen 2012/08/27 12:12:42 Like so?
+ StringImplementation {
/**
* Allocates a new String for the specified [charCodes].
*/

Powered by Google App Engine
This is Rietveld 408576698