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

Unified Diff: lib/core/string.dart

Issue 11263040: Make String.charCodes a getter. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status files with co19 issue number. Created 8 years, 2 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 | « lib/compiler/implementation/scanner/byte_strings.dart ('k') | lib/utf/utf16.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/core/string.dart
diff --git a/lib/core/string.dart b/lib/core/string.dart
index 93dcc5d9700982c225c56269d0a9518f7be2208d..801e4151361c6e114492cc012c955e88875e9f31 100644
--- a/lib/core/string.dart
+++ b/lib/core/string.dart
@@ -117,7 +117,7 @@ interface String
/**
* Returns a list of the scalar character codes of this string.
*/
- List<int> charCodes();
+ List<int> get charCodes;
/**
* If this string is not already all lower case, returns a new string
« no previous file with comments | « lib/compiler/implementation/scanner/byte_strings.dart ('k') | lib/utf/utf16.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698