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

Unified Diff: packages/charted/lib/core/utils/lists.dart

Issue 2213693002: Updated charted DEP to 0.4.X (Closed) Base URL: https://github.com/dart-lang/observatory_pub_packages.git@master
Patch Set: Created 4 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 | « packages/charted/lib/core/utils/color.dart ('k') | packages/charted/lib/core/utils/rect.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/charted/lib/core/utils/lists.dart
diff --git a/packages/charted/lib/core/utils/lists.dart b/packages/charted/lib/core/utils/lists.dart
index 3a5b05ca0bd186049b25a0b44f931e5e37e14f14..02689a965f3df58936e735d8385dfe075195d481 100644
--- a/packages/charted/lib/core/utils/lists.dart
+++ b/packages/charted/lib/core/utils/lists.dart
@@ -99,7 +99,7 @@ class Range extends DelegatingList<num> {
return new Range._internal(start, stop, step, values);
}
- Range._internal(this.start, this.stop, this.step, List values)
+ Range._internal(this.start, this.stop, this.step, List<num> values)
: super(values);
static int _integerConversionFactor(num val) {
« no previous file with comments | « packages/charted/lib/core/utils/color.dart ('k') | packages/charted/lib/core/utils/rect.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698