Chromium Code Reviews| Index: testcases/strong-mode/DeltaBlue.baseline.txt |
| diff --git a/testcases/strong-mode/DeltaBlue.baseline.txt b/testcases/strong-mode/DeltaBlue.baseline.txt |
| index 407b146c0b4bf41054e7300021b56eb8b592ba8d..f2735c64a51a808b4c3f1f266ddb9234117afde7 100644 |
| --- a/testcases/strong-mode/DeltaBlue.baseline.txt |
| +++ b/testcases/strong-mode/DeltaBlue.baseline.txt |
| @@ -1,3 +1,7 @@ |
| +// dynamic is not a subtype of dart.core::int (DeltaBlue.dart:126:17) |
| +// dynamic is not a subtype of dart.core::int (DeltaBlue.dart:133:15) |
| +// dynamic is not a subtype of dart.core::int (DeltaBlue.dart:138:36) |
| +// dynamic is not a subtype of dart.core::int (DeltaBlue.dart:139:15) |
|
asgerf
2016/11/01 14:29:08
These are due to implicit casts not being inserted
|
| library; |
| import self as self; |
| import "dart:core" as core; |