Explorar o código

bugfix : don't mark subclasses methods as override

Nicolas Cannasse %!s(int64=15) %!d(string=hai) anos
pai
achega
d36792e5d8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      genxml.ml

+ 1 - 1
genxml.ml

@@ -111,7 +111,7 @@ let rec exists f c =
 	with
 		Not_found ->
 			match c.cl_super with
-			| None -> true
+			| None -> false
 			| Some (csup,_) -> exists f csup
 
 let gen_type_decl com t =