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
The anon calls (for example MemberExpr calls) don't report the expression position.
Take a look here, there's nothing setting the position to the CallExpr. If you want to see a fix take a look here.
Thanks.
The text was updated successfully, but these errors were encountered:
I can't make a pull request because my fork is incompatible with anko. As far as I see, the position cannot be set on CallExpr create because pos is private
If you really do want to do a PR, you can setup a new branch on your fork, pull from main Anko branch on to the new branch , then do a force push to the new branch. Then do a PR from that new branch.
Hello,
The anon calls (for example MemberExpr calls) don't report the expression position.
Take a look here, there's nothing setting the position to the
CallExpr
. If you want to see a fix take a look here.Thanks.
The text was updated successfully, but these errors were encountered: