Chromium Code Reviews| Index: lib/array.dart |
| =================================================================== |
| --- lib/array.dart (revision 1867) |
| +++ lib/array.dart (working copy) |
| @@ -161,7 +161,7 @@ |
| // the inline cache misses. |
| class ImmutableArray<T> implements List<T> { |
| - factory ImmutableArray._uninstantiable() { |
| + factory ImmutableArray<T>._uninstantiable() { |
| throw const UnsupportedOperationException( |
| "ImmutableArray can only be allocated by the VM"); |
| } |