| Index: test/dart_codegen/expect/types.txt
|
| diff --git a/test/dart_codegen/expect/types.txt b/test/dart_codegen/expect/types.txt
|
| index a66fd96cb4572283635a409a05908aaa40ea8321..7ff2d08afa8232f9f31a659e4443e584cd6ddeef 100644
|
| --- a/test/dart_codegen/expect/types.txt
|
| +++ b/test/dart_codegen/expect/types.txt
|
| @@ -2,12 +2,12 @@
|
| info: line 10, column 6 of test/dart_codegen/types/c.dart: [DynamicCast] f4(3) (dynamic) will need runtime check to cast to type A
|
| f3(f4(3));
|
| ^^^^^
|
| -warning: line 11, column 6 of test/dart_codegen/types/c.dart: [ClosureWrap] f4 ((dynamic) → dynamic) will need to be wrapped with a closure of type (A) → A
|
| +warning: line 11, column 6 of test/dart_codegen/types/c.dart: [DownCastComposite] f4 ((dynamic) → dynamic) will need runtime check to cast to type (A) → A
|
| f1(f4);
|
| ^^
|
| info: line 10, column 14 of test/dart_codegen/types/d.dart: [DynamicCast] f4("""hello""") (dynamic) will need runtime check to cast to type A
|
| var x = f3(f4("""hello"""));
|
| ^^^^^^^^^^^^^^^
|
| -warning: line 11, column 14 of test/dart_codegen/types/d.dart: [ClosureWrap] f4 ((dynamic) → dynamic) will need to be wrapped with a closure of type (A) → A
|
| +warning: line 11, column 14 of test/dart_codegen/types/d.dart: [DownCastComposite] f4 ((dynamic) → dynamic) will need runtime check to cast to type (A) → A
|
| var y = f1(f4);
|
| ^^
|
|
|