Explorar el Código

Merge branch 'development' of https://github.com/HaxeFoundation/haxe into development

Simon Krajewski hace 12 años
padre
commit
376d9cdd1c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      matcher.ml

+ 1 - 1
matcher.ml

@@ -197,7 +197,7 @@ let mk_subs st con =
 	| CArray i ->
 		let t = match follow con.c_type with TInst({cl_path=[],"Array"},[t]) -> t | _ -> assert false in
 		ExtList.List.init i (fun i -> mk_st (SArray(st,i)) t st.st_pos)
-	| CEnum _ | CConst _ | CType _ | CExpr _ | CAny _ ->
+	| CEnum _ | CConst _ | CType _ | CExpr _ | CAny ->
 		[]
 
 let get_tuple_types t = match t with