blob: b3a4eb0525bbd39522f402c7b3c504cfa385cd50 [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 {
invalid-type h;
}