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
Would it be possible to process also function references for kotlin?
Function can be "used" not only by direct call, but also by passing a reference to it (e.g. ::myFunction or value::myFunction). From the point of user, who want's to see a dependency graph of the functions, this would be worth to see too.
Other than this one slight deficiency, this tool works very well and greatly surpassed my expectations. Good job!
The text was updated successfully, but these errors were encountered:
Would it be possible to process also function references for kotlin?
Function can be "used" not only by direct call, but also by passing a reference to it (e.g.
::myFunction
orvalue::myFunction
). From the point of user, who want's to see a dependency graph of the functions, this would be worth to see too.Other than this one slight deficiency, this tool works very well and greatly surpassed my expectations. Good job!
The text was updated successfully, but these errors were encountered: