Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion analysis/src/Commands.ml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ let definition ~path ~line ~col =
| None -> None
| Some locItem -> (
match References.definitionForLocItem ~full locItem with
| None -> None
| None -> None
| Some (uri, loc) ->
let isInterface = file.uri |> Uri2.isInterface in
let posIsZero {Lexing.pos_lnum; pos_bol; pos_cnum} =
Expand Down