summaryrefslogtreecommitdiff
path: root/testsuite/tests/letrec/class_1.ml
blob: a7d0338802298bab6fbe1bed88cb76e6e634130a (plain)
1
2
3
4
5
(* class expression are compiled to recursive bindings *)
class test =
object
  method x = 1
end