blob: 53e996c1bd410c245149a6547fafdc2df2e1a506 [file] [log] [blame]
typedef A<T> = (String, int);
typedef B<T> = (T, int);
typedef C<T> = ({T a, int b});
typedef D<T> = (T, T);
typedef E<T> = (void Function(T), int);
typedef F<T> = ({void Function(T) a, int b});
typedef G<T> = (void Function(T), T);
typedef H<T> = (void Function(T), {T b});