Sometimes there's an overlapping visual when arrows points to a closure object. <img width="336" height="477" alt="Image" src="https://github.com/user-attachments/assets/2c6f7307-9f05-41f4-b4fc-e94e5188f03c" /> > example by @Akshay-2007-1 <img width="268" height="278" alt="Image" src="https://github.com/user-attachments/assets/fd53793a-3b73-4a2c-82fd-a860471f9664" /> > example I found Sample code: ``` function fun(x) { return y => x; } const someName = fun(1); ```
Sometimes there's an overlapping visual when arrows points to a closure object.
Sample code: