浏览代码

allow Null<UInt>

Nicolas Cannasse 16 年之前
父节点
当前提交
4851089c37
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      genswf9.ml

+ 1 - 0
genswf9.ml

@@ -189,6 +189,7 @@ let rec follow_basic t =
 		| TInst ({ cl_path = (["haxe"],"Int32") },[])
 		| TInst ({ cl_path = ([],"Int") },[])
 		| TInst ({ cl_path = ([],"Float") },[])
+		| TType ({ t_path = [],"UInt" },[])
 		| TEnum ({ e_path = ([],"Bool") },[]) -> t
 		| t -> t)
 	| TType ({ t_path = [],"UInt" },[]) ->