blob: b38e97ecd75c4742ad92e44b62bdfe675d856834 [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;
import "dart:core" as core;
typedef Handle = (core::String) invalid-type;
static method main() dynamic
;