Skip to content

Commit

Permalink
remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
jfeser committed Sep 12, 2022
1 parent c041ff2 commit f2be44c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ocaml-lsp-server/src/code_actions/action_inline.ml
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,4 @@ let code_action doc (params : CodeActionParams.t) =
Some action)
|> Fiber.return

module Test = struct
let x =
let k = 0 in
let f ?(k = 1) ~j () = k + j in
f ~j:0 ~k ()
end

let t = { Code_action.kind = RefactorInline; run = code_action }

0 comments on commit f2be44c

Please sign in to comment.