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

Unified Diff: pkg/utf/lib/src/list_range.dart

Issue 879813002: Tweak a couple of method signatures for unittest methods so that they are more consistent. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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 | pkg/utf/lib/src/utf/utf_stream.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/utf/lib/src/list_range.dart
diff --git a/pkg/utf/lib/src/list_range.dart b/pkg/utf/lib/src/list_range.dart
index 78897969f0e0857031fd20e986f6514c76cc8c60..2f3b34d6deb1df134810ee9bd6f5cb34b90b6311 100644
--- a/pkg/utf/lib/src/list_range.dart
+++ b/pkg/utf/lib/src/list_range.dart
@@ -48,9 +48,9 @@ abstract class ListRangeIterator implements Iterator<int> {
bool moveNext();
int get current;
int get position;
- void backup([by]);
+ void backup([int by]);
int get remaining;
- void skip([count]);
+ void skip([int count]);
}
class _ListRangeIteratorImpl implements ListRangeIterator {
« no previous file with comments | « no previous file | pkg/utf/lib/src/utf/utf_stream.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698