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