| 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
|
| deleted file mode 100644
|
| index 2fb4b3bcf6ec3c83b4b0c4c4f02332c05f3f3754..0000000000000000000000000000000000000000
|
| --- a/pkg/front_end/testcases/inference/null_coalescing_operator.dart.dartk.expect
|
| +++ /dev/null
|
| @@ -1,9 +0,0 @@
|
| -library test;
|
| -import self as self;
|
| -import "dart:core" as core;
|
| -
|
| -static method main() → dynamic {
|
| - core::List<dynamic> x;
|
| - dynamic y = x.==(null) ?{dynamic} <dynamic>[] : x;
|
| - core::List<dynamic> z = y;
|
| -}
|
|
|