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

Unified Diff: corelib/src/string.dart

Issue 10868105: Fix string unifizationf for dartc. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
« no previous file with comments | « no previous file | runtime/lib/lib_impl_sources.gypi » ('j') | runtime/lib/string_patch.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: corelib/src/string.dart
diff --git a/corelib/src/string.dart b/corelib/src/string.dart
index 3b821cfef634ff5af1aaa9edfcfd1b8efbd1db25..cb954a482ad8749555c258064898350eede82aa0 100644
--- a/corelib/src/string.dart
+++ b/corelib/src/string.dart
@@ -8,10 +8,9 @@
* scalar character codes accessible through the [charCodeAt] or the
* [charCodes] method.
*/
-interface String extends Comparable,
- Hashable,
- Pattern
- default StringImplementation {
+interface String extends
Mads Ager (google) 2012/08/27 12:55:03 Move extends to the next line please. One line for
Anders Johnsen 2012/08/27 13:00:24 Yes ofc, done.
+ Comparable, Hashable, Pattern
+ default StringImplementation {
/**
* Allocates a new String for the specified [charCodes].
*/
« no previous file with comments | « no previous file | runtime/lib/lib_impl_sources.gypi » ('j') | runtime/lib/string_patch.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698