| Index: corelib/src/map.dart
|
| ===================================================================
|
| --- corelib/src/map.dart (revision 2391)
|
| +++ corelib/src/map.dart (working copy)
|
| @@ -95,7 +95,7 @@
|
| * and [getValues].
|
| */
|
| interface HashMap<K extends Hashable, V> extends Map<K, V>
|
| - factory HashMapImplementation/*<K extends Hashable, V>*/ {
|
| + factory HashMapImplementation {
|
| // See issue 417. Works in the vm, fails in dartc and frog.
|
|
|
| /**
|
| @@ -114,7 +114,7 @@
|
| * order.
|
| */
|
| interface LinkedHashMap<K extends Hashable, V> extends HashMap<K, V>
|
| - factory LinkedHashMapImplementation/*<K extends Hashable, V>*/ {
|
| + factory LinkedHashMapImplementation {
|
| // See issue 417. Works in the vm, fails in dartc and frog.
|
|
|
| /**
|
|
|