Chromium Code Reviews| Index: pkg/fasta/test/fibonacci.dart.outline.expect |
| diff --git a/pkg/fasta/test/fibonacci.dart.outline.expect b/pkg/fasta/test/fibonacci.dart.outline.expect |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..585adbbee93272d872b7f18ff059efc7732564c5 |
| --- /dev/null |
| +++ b/pkg/fasta/test/fibonacci.dart.outline.expect |
| @@ -0,0 +1,8 @@ |
| +library; |
| +import self as self; |
| +import "dart:core" as core; |
| + |
| +static method fibonacci(core::int n) → core::int |
| + ; |
| +static method main() → dynamic |
| + ; |