ocamlformat
ocamlformat copied to clipboard
Bug: AST changed due to dropped parentheses in class expr apply
This causes a AST changed error with the default profile on the main branch (at f8e16b3d):
class c =
(let () = print_endline "Class init" in
with_param)
()