소스 검색

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;
 }