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