blob: 1c330eebbef6693970939ef1078e5c12475723fa [file] [log] [blame]
library /*isNonNullableByDefault*/;
//
// Problems in library:
//
// pkg/front_end/testcases/rasta/malformed_function_type.dart:5:16: Error: The typedef 'Handle' has a reference to itself.
// typedef Handle Handle(String command);
// ^
//
import self as self;
typedef Handle = invalid-type;
static method main() dynamic
;