Simon Krajewski před 12 roky
rodič
revize
71ea10eee2
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      typer.ml

+ 1 - 1
typer.ml

@@ -1201,7 +1201,7 @@ let type_generic_function ctx (e,cf) el p =
 				| ":generic" -> false
 				| ":generic" -> false
 				| _ -> true
 				| _ -> true
 			) cf.cf_meta in
 			) cf.cf_meta in
-			cf2.cf_meta <- (":noComplete",[],p) :: ("noUsing",[],p) :: metadata;
+			cf2.cf_meta <- (":noComplete",[],p) :: (":noUsing",[],p) :: metadata;
 			cf2
 			cf2
 		in
 		in
 		let e = if stat then type_type ctx c.cl_path p else e in
 		let e = if stat then type_type ctx c.cl_path p else e in