| Index: lib/src/compiler/reify_coercions.dart
|
| diff --git a/lib/src/compiler/reify_coercions.dart b/lib/src/compiler/reify_coercions.dart
|
| index 9233d1b4de657f39fc4a5fffcd009dae1945d5a9..dd87fde4404b53cac8be34f9b97e0a1b13b51eb6 100644
|
| --- a/lib/src/compiler/reify_coercions.dart
|
| +++ b/lib/src/compiler/reify_coercions.dart
|
| @@ -137,7 +137,7 @@ class _TreeCloner extends analyzer.AstCloner {
|
| }
|
|
|
| @override
|
| - List/*<E>*/ cloneNodeList/*<E extends AstNode>*/(NodeList/*<E>*/ list) {
|
| + List/*<E>*/ cloneNodeList/*<E extends AstNode>*/(List/*<E>*/ list) {
|
| var clone = super.cloneNodeList(list);
|
| for (int i = 0, len = list.length; i < len; i++) {
|
| _cloneProperties(clone[i], list[i]);
|
|
|