blob: aa38e10473dbfd345529af4c6b783117beb49a96 [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});