blob: 9925c90e6f0ba57a3269dba9fbdf15bc68821e46 [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
return throw "";
static method main() dynamic {}