| Index: lib/compiler/implementation/ssa/nodes.dart
|
| ===================================================================
|
| --- lib/compiler/implementation/ssa/nodes.dart (revision 11226)
|
| +++ lib/compiler/implementation/ssa/nodes.dart (working copy)
|
| @@ -2339,7 +2339,7 @@
|
| toString() => 'literal list';
|
| accept(HVisitor visitor) => visitor.visitLiteralList(this);
|
|
|
| - HType get guaranteedType => HType.MUTABLE_ARRAY;
|
| + HType get guaranteedType => HType.EXTENDABLE_ARRAY;
|
|
|
| void prepareGvn(HTypeMap types) {
|
| assert(!hasSideEffects(types));
|
|
|