summaryrefslogtreecommitdiffstats
path: root/testsuite/tests/typing-objects/pr6383.ml.reference
blob: 01b6141d3fa54f2cc1dc7b942b524782737075f3 (plain)
1
2
3
4
5
6

# Characters 10-16:
  let f (x: #M.foo) = 0;;
            ^^^^^^
Error: Unbound module M
#