Nicolas Cannasse 19 lat temu
rodzic
commit
e7867492fb
1 zmienionych plików z 1 dodań i 1 usunięć
  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 =
 	let type_opt ctx p t =
 		match t with
 		match t with
 		| None when c.cl_extern || c.cl_interface ->
 		| 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
 			load_type_opt ctx p t
 	in
 	in