| Index: pkg/front_end/testcases/inference/null_coalescing_operator.dart.dartk.expect
|
| diff --git a/pkg/front_end/testcases/inference/null_coalescing_operator.dart.dartk.expect b/pkg/front_end/testcases/inference/null_coalescing_operator.dart.dartk.expect
|
| index 898fe381b39d142cbe1217eae73913fe5b9502a2..2fb4b3bcf6ec3c83b4b0c4c4f02332c05f3f3754 100644
|
| --- a/pkg/front_end/testcases/inference/null_coalescing_operator.dart.dartk.expect
|
| +++ b/pkg/front_end/testcases/inference/null_coalescing_operator.dart.dartk.expect
|
| @@ -4,6 +4,6 @@ import "dart:core" as core;
|
|
|
| static method main() → dynamic {
|
| core::List<dynamic> x;
|
| - dynamic y = x.==(null) ? <dynamic>[] : x;
|
| + dynamic y = x.==(null) ?{dynamic} <dynamic>[] : x;
|
| core::List<dynamic> z = y;
|
| }
|
|
|