summaryrefslogtreecommitdiff
path: root/testsuite/tests/typing-objects/pr5858.ml
blob: 3795cf312136dd417b50c457fddcb8dfa8781008 (plain)
1
2
class type c = object end;;
module type S = sig class c: c end;;