blob: fe2d82012b2a2fc8bb9df8e146570617d9fb0584 [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) dynamic;
static method main() dynamic {
(core::String) dynamic h;
}