| Index: pkg/front_end/test/fasta/typedef.dart.direct.expect
|
| diff --git a/pkg/front_end/test/fasta/typedef.dart.direct.expect b/pkg/front_end/test/fasta/typedef.dart.direct.expect
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b53d1e498f95e5005e53fe7b9b3c8ab7d7440a2b
|
| --- /dev/null
|
| +++ b/pkg/front_end/test/fasta/typedef.dart.direct.expect
|
| @@ -0,0 +1,9 @@
|
| +library;
|
| +import self as self;
|
| +import "dart:core" as core;
|
| +
|
| +static method main() → dynamic {
|
| + core::print(self::main is () → dynamic);
|
| + core::print(self::main is (dynamic) → dynamic);
|
| + core::print(self::main is (dynamic, dynamic) → dynamic);
|
| +}
|
|
|