浏览代码

[as3] override `follow` with `follow_with_abstracts` (see #2224)

Simon Krajewski 11 年之前
父节点
当前提交
7ed0b55831
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      genas3.ml

+ 2 - 0
genas3.ml

@@ -45,6 +45,8 @@ type context = {
 	mutable block_inits : (unit -> unit) option;
 	mutable block_inits : (unit -> unit) option;
 }
 }
 
 
+let follow = Abstract.follow_with_abstracts
+
 let is_var_field f =
 let is_var_field f =
 	match f with
 	match f with
 	| FStatic (_,f) | FInstance (_,_,f) ->
 	| FStatic (_,f) | FInstance (_,_,f) ->