ocamlformat icon indicating copy to clipboard operation
ocamlformat copied to clipboard

Bug: AST changed due to dropped parentheses in class expr apply

Open Julow opened this issue 1 year ago • 0 comments

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)
    ()

Julow avatar Oct 04 '24 10:10 Julow