소스 검색

[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;
 }
 
+let follow = Abstract.follow_with_abstracts
+
 let is_var_field f =
 	match f with
 	| FStatic (_,f) | FInstance (_,_,f) ->