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 4a578bf commit 0359c7fCopy full SHA for 0359c7f
analysis/src/LocalTables.ml
@@ -31,9 +31,7 @@ let populateValues ~env localTables =
31
Hashtbl.find_opt localTables.valueTable
32
(declared.name.txt, declared.name.loc |> Loc.start)
33
with
34
- | Some
35
- {modulePath = ModulePath.IncludedModule _; name = existingName}
36
- when declared.name.txt = existingName.txt ->
+ | Some {modulePath = ModulePath.IncludedModule _} ->
37
(* Don't override an included module declared item with an Exported one *)
38
()
39
| _ ->
0 commit comments