blob: 2ae0040aadcdcef11ee78d313af51b3d39d42a88 [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;