Browse Source

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

Simon Krajewski 12 years ago
parent
commit
376d9cdd1c
1 changed files with 1 additions and 1 deletions
  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