blob: 2cff7f89b4e41fb78ea6d15804756d765d4fb168 [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);
// ^
library;
import self as self;
import "dart:core" as core;
typedef Handle = (core::String) dynamic;
static method main() dynamic
;