blob: 08053966c917230011e34d69238805f809558946 [file] [log] [blame]
// Formatted problems:
//
// pkg/front_end/testcases/rasta/issue_000047.dart:5:17: Error: Expected ')' before this.
// typedef void T(C<C>);
// ^
// Unhandled errors:
//
// pkg/front_end/testcases/rasta/issue_000047.dart:5:17: Error: Expected ')' before this.
// typedef void T(C<C>);
// ^
library;
import self as self;
typedef T = (dynamic) void;
static method main() (dynamic) void
return null;