Simon Krajewski 12 năm trước cách đây
mục cha
commit
71ea10eee2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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