You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
typeX()=memberthis.Foo([<JavaScript>]e:Expr<_>)= this
memberthis.Bar([<JavaScript>]e:Expr<_>)= this
X().Foo(<@ q1 @>).Bar(<@ q2 @>)
The scanner first hits the Bar call, stores its argument in the metadata, but then doesn't recurse on the this of the call and therefore never reaches the Foo call.
The text was updated successfully, but these errors were encountered:
For example, given the following:
The scanner first hits the
Bar
call, stores its argument in the metadata, but then doesn't recurse on thethis
of the call and therefore never reaches theFoo
call.The text was updated successfully, but these errors were encountered: