浏览代码

added s_static

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

+ 1 - 0
type.ml

@@ -133,6 +133,7 @@ and tsignature = {
 	s_pos : Ast.pos;
 	s_doc : Ast.documentation;
 	s_private : bool;
+	s_static : tclass option;
 	mutable s_types : (string * t) list;
 	mutable s_type : t;
 }