blob: ffb842a56ce8700891cf844969bddc86ec59a8f0 [file] [log] [blame]
// Formatted problems:
//
// 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);
// ^
// Unhandled errors:
//
// 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);
// ^
library;
import self as self;
import "dart:core" as core;
typedef Handle = (core::String) invalid-type;
static method main() dynamic {
(core::String) invalid-type h;
}