blob: 5455c3cc55873c76c2e44d231c2e3d1f1208850f [file] [log] [blame]
foo() {}
main() {}
typedef A<X extends int> = B<String>;
typedef B<X extends int> = C<String>;
typedef C<X extends int> = X;