summaryrefslogtreecommitdiffstats
path: root/testsuite/tests/typing-objects/pr5858.ml.reference
blob: 94e634844739c668e9a1ea1cbabb917780f48948 (plain)
1
2
3
4
5
6
7

# class type c = object  end
# Characters 29-30:
  module type S = sig class c: c end;;
                               ^
Error: The class type c is not yet completely defined
#