blob: 445c29e0b88fde677f4c2e88b7037bfc6b2bbc2a [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/error_typedef_not_function.dart
library;
import self as self;
typedef F = dynamic;
static const field dynamic #errors = const <dynamic>["pkg/front_end/testcases/shaker/error_typedef_not_function.dart:5:11: Error: Can't create typedef from non-function type.\ntypedef F = int;\n ^"]/* from */;