Index: compiler/lib/implementation/arrays.dart |
=================================================================== |
--- compiler/lib/implementation/arrays.dart (revision 486) |
+++ compiler/lib/implementation/arrays.dart (working copy) |
@@ -64,7 +64,7 @@ |
return -1; |
} |
- static void rangeCheck(Array a, int start, int length) { |
+ static void rangeCheck(List a, int start, int length) { |
if (length < 0) { |
throw new IllegalArgumentException("negative length $length"); |
} |