blob: f749e09e5211efc2bbd5d7c6d016c527eb75e150 [file] [log] [blame]
library /*isNonNullableByDefault*/;
//
// 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 test() (dynamic) void
;
static method main() dynamic
;