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