Explorar o código

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

Simon Krajewski %!s(int64=11) %!d(string=hai) anos
pai
achega
7ed0b55831
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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) ->