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