Simon Krajewski %!s(int64=12) %!d(string=hai) anos
pai
achega
71ea10eee2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      typer.ml

+ 1 - 1
typer.ml

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