summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/shouldsucceed/2304.v
blob: 1ac2702b0a9c38c9d72e006b682a672cb67bbd51 (plain)
1
2
3
4
(* This used to fail with an anomaly NotASort at some time *)
Class A (O: Type): Type := a: O -> Type.
Fail Goal forall (x: a tt), @a x = @a x.