blob: 90073560956986bb7fb3eeea62e99476c15299c3 [file] [log] [blame]
import "variance_from_dill_lib.dart";
typedef G<T> = Function(F<T>);
main() {
print(G);
}