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

Unified Diff: lib/observe/list.dart

Issue 26355003: Fix warnings and errors detected by dart2js. (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
Patch Set: Created 7 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/observe.dart ('k') | lib/web_ui.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/observe/list.dart
diff --git a/lib/observe/list.dart b/lib/observe/list.dart
index ddcc4b1687aa9c5b352af0fa0a9f1e498dba1074..6cd244d95b1c97237bbd9b1420e88fd505e41e99 100644
--- a/lib/observe/list.dart
+++ b/lib/observe/list.dart
@@ -152,7 +152,6 @@ class ObservableList<E> extends ListMixinWorkaround with Observable
Iterable expand(Iterable f(E)) {
throw new UnimplementedError();
- return null;
}
String toString() {
« no previous file with comments | « lib/observe.dart ('k') | lib/web_ui.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698