blob: b16d611525fc0be377c086989455034f5dac02bf [file] [log] [blame]
// @dart = 2.9
typedef void T(C<C>);
T main() => null;