| Index: pkg/front_end/testcases/inference/no_error_when_declared_type_is_num_and_assigned_null.dart.dartk.expect
|
| diff --git a/pkg/front_end/testcases/inference/no_error_when_declared_type_is_num_and_assigned_null.dart.dartk.expect b/pkg/front_end/testcases/inference/no_error_when_declared_type_is_num_and_assigned_null.dart.dartk.expect
|
| deleted file mode 100644
|
| index f13096382eda90383e6dffdd90f2e09ac06e518b..0000000000000000000000000000000000000000
|
| --- a/pkg/front_end/testcases/inference/no_error_when_declared_type_is_num_and_assigned_null.dart.dartk.expect
|
| +++ /dev/null
|
| @@ -1,11 +0,0 @@
|
| -library test;
|
| -import self as self;
|
| -import "dart:core" as core;
|
| -
|
| -static method test1() → dynamic {
|
| - core::num x = 3;
|
| - x = null;
|
| -}
|
| -static method main() → dynamic {
|
| - self::test1();
|
| -}
|
|
|