Closed
Description
The "attaching" of stop-comments changed in OCaml 4.04.2: ocaml/ocaml#872
With older versions, the module X
won't be hidden in the following example because both stop-comments would be attached as attribute and would loose their relative positions:
(**/**)
module X : sig end
(**/**)
Was interpreted like:
(**/**)
(**/**)
module X : sig end
Metadata
Metadata
Assignees
Labels
No labels