Browse Source

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

Simon Krajewski 11 years ago
parent
commit
7ed0b55831
1 changed files with 2 additions and 0 deletions
  1. 2 0
      genas3.ml

+ 2 - 0
genas3.ml

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