blob: 4bc1dca0b0b6e5fc37ff60573a4e8942d93bcd0b [file] [log] [blame]
class A<TypeX extends A> {}
main() {}
typedef C<TypeX extends C> = int;