Chromium Code Reviews| Index: pkg/front_end/testcases/inference/int_upwards_local.dart.strong.expect |
| diff --git a/pkg/front_end/testcases/inference/int_upwards_local.dart.strong.expect b/pkg/front_end/testcases/inference/int_upwards_local.dart.strong.expect |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9c6a403307d5b2ca649cb894e327f28a29dc9ece |
| --- /dev/null |
| +++ b/pkg/front_end/testcases/inference/int_upwards_local.dart.strong.expect |
| @@ -0,0 +1,7 @@ |
| +library; |
| +import self as self; |
| +import "dart:core" as core; |
| + |
| +static method main() → dynamic { |
| + core::int x = 1; |
|
ahe
2017/04/20 09:45:29
This is kinda cool to see :-)
Paul Berry
2017/04/20 09:52:57
Agreed :)
|
| +} |