blob: 048066bf81c8d44578e50f8fdaaf28c11ddc2509 [file] [log] [blame]
class C<X> {}
typedef A<X extends num, Y> = C<X>;
foo() {}
main() {}