blob: 3444c4232a66c7d4206670762ae0ef5dbd52edab [file] [log] [blame]
library;
//
// 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;
}