Explorar o código

do not hide actual type in import completion because there's a semantic difference (see #2263)

Simon Krajewski %!s(int64=10) %!d(string=hai) anos
pai
achega
3740836d0a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      main.ml

+ 1 - 1
main.ml

@@ -1713,7 +1713,7 @@ with
 							statics := Some c.cl_ordered_statics
 						| _ -> ()
 					end;
-					snd tinfos.mt_path <> s_module && not tinfos.mt_private
+					not tinfos.mt_private
 				) m.m_types in
 				let types = if c <> s_module then [] else List.map (fun t -> snd (t_path t),"",Some Typer.FKType,"") public_types in
 				let ctx = print_context() in