Index: sdk/lib/core/list.dart |
diff --git a/sdk/lib/core/list.dart b/sdk/lib/core/list.dart |
index 50a5f58901bea7d31a094ae93c6740a39fe4b5b7..8e837f80fdcead5271757c4fb585a38b9b2e0fcc 100644 |
--- a/sdk/lib/core/list.dart |
+++ b/sdk/lib/core/list.dart |
@@ -159,7 +159,7 @@ abstract class List<E> implements Iterable<E>, EfficientLength { |
* |
* Throws an [UnsupportedError] if the list is fixed-length. |
*/ |
- set length(int newLength); |
+ void set length(int newLength); |
/** |
* Adds [value] to the end of this list, |