blob: 0d8eec52c4fd3b69fcb496ba572ad525a86b59f2 [file] [log] [blame]
class C<X> {}
typedef G<X> = X Function(X);
typedef A<X extends G<C<X>>> = C<X>;
test() {}
main() {}