Chromium Code Reviews| Index: pkg/front_end/testcases/inference/simple_literal_int.dart.strong.expect |
| diff --git a/pkg/front_end/testcases/inference/simple_literal_int.dart.strong.expect b/pkg/front_end/testcases/inference/simple_literal_int.dart.strong.expect |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..f3562b06786f62282992479c5f2a53cee16d6619 |
| --- /dev/null |
| +++ b/pkg/front_end/testcases/inference/simple_literal_int.dart.strong.expect |
| @@ -0,0 +1,8 @@ |
| +library test; |
| +import self as self; |
| +import "dart:core" as core; |
| + |
| +static field core::int a = 1; |
| +static method main() → dynamic { |
| + core::int b = 2; |
| +} |