|
@@ -1047,6 +1047,8 @@ let field_access ctx mode f fmode t e p =
|
|
|
AKExpr (mk (TField (e,FClosure (None,f))) t p)
|
|
|
else
|
|
|
normal()
|
|
|
+ | AccCall when ctx.in_display ->
|
|
|
+ normal()
|
|
|
| AccCall ->
|
|
|
let m = (match mode with MSet -> "set_" | _ -> "get_") ^ f.cf_name in
|
|
|
let is_abstract_this_access () = match e.eexpr,ctx.curfun with
|