blob: 775f669bf77b2c5099806fb288b6dc89383cc432 [file] [log] [blame]
This file was autogenerated from running the shaker test suite.
To update this file, either copy the output from a failing test or run
pkg/front_end/tool/fasta testing shaker -DupdateExpectations=true
----- pkg/front_end/testcases/shaker/target_top_function_type_alias.dart
library;
import self as self;
static field () void c;
----- external pkg/front_end/testcases/shaker/lib/targets_top.dart
library;
import self as self;
typedef MyFunctionTypeAlias = () void;