浏览代码

changed type_param (no more extends/implements)

Nicolas Cannasse 20 年之前
父节点
当前提交
6e1d778f88
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ast.ml

+ 1 - 1
ast.ml

@@ -179,7 +179,7 @@ type type_param_flag =
 	| HExtends of type_path_normal
 	| HImplements of type_path_normal
 
-type type_param = string * type_param_flag list
+type type_param = string * type_path_normal list
 
 type type_def =
 	| EClass of string * type_param list * type_param_flag list * (class_field * pos) list