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