blob: c20357fd78cbd59b1e87ec7e75466cde57253233 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
typedef Handle = (core::String) dynamic;
static const field dynamic #errors = const <dynamic>["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);
^"]/* from null */;
static method main() → dynamic {
(core::String) → dynamic h;
}