Simon Krajewski 12 年之前
父节点
当前提交
71ea10eee2
共有 1 个文件被更改,包括 1 次插入1 次删除
  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