blob: d886fb2f6bd0bc3516bf7a59720a32e9a46a92ee [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
typedef Handle = (core::String) dynamic;
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.\ntypedef Handle Handle(String command);\n ^"]/* from null */;
static method main() dynamic {
(core::String) dynamic h;
}