blob: 27cdd6ed96bc62483b489be38c8011a01effa01c [file] [log] [blame]
typedef Foo<T> = T Function<T>(T a);
Foo x = throw '';
main() {}