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

Unified Diff: dart/sdk/lib/_internal/lib/collection_patch.dart

Issue 18029018: Check that non-abstract classes implement all methods. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address comments Created 7 years 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
Index: dart/sdk/lib/_internal/lib/collection_patch.dart
diff --git a/dart/sdk/lib/_internal/lib/collection_patch.dart b/dart/sdk/lib/_internal/lib/collection_patch.dart
index feb40e62a295e960134543b90f3fc51e2f5b8a5f..192dfd3e398506236c35b4e50febec5d529b840b 100644
--- a/dart/sdk/lib/_internal/lib/collection_patch.dart
+++ b/dart/sdk/lib/_internal/lib/collection_patch.dart
@@ -515,7 +515,7 @@ class _LinkedHashMap<K, V> implements LinkedHashMap<K, V> {
// iterated over.
int _modifications = 0;
- _LinkedHash();
+ _LinkedHashMap();
int get length => _length;
« no previous file with comments | « dart/sdk/lib/_internal/compiler/implementation/warnings.dart ('k') | dart/sdk/lib/_internal/lib/constant_map.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698