We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21da774 commit 371c274Copy full SHA for 371c274
test/passing/tests/class_expr.ml
@@ -18,5 +18,5 @@ class c =
18
19
class c =
20
(let () = print_endline "Class init" in
21
- with_param)
+ with_param )
22
()
0 commit comments