Nicolas Cannasse 19 年之前
父节点
当前提交
e7867492fb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      typer.ml

+ 1 - 1
typer.ml

@@ -1639,7 +1639,7 @@ let init_class ctx c p herits fields =
 	let type_opt ctx p t =
 		match t with
 		| None when c.cl_extern || c.cl_interface ->
-			error "Type required for extern classes, interfaces and signatures" p
+			error "Type required for extern classes and interfaces" p
 		| _ ->
 			load_type_opt ctx p t
 	in