auto-fix-return.nvim icon indicating copy to clipboard operation
auto-fix-return.nvim copied to clipboard

Support nested lambda return declarations

Open Jay-Madden opened this issue 1 year ago • 0 comments

Right now attempting to do a higher order function declaration will fail to parse as the func( parse tree is too badly malformed.

Example:

func Foo(f func(|)

When the second func( parenthesis is types the plugin will break.

Jay-Madden avatar Aug 20 '24 18:08 Jay-Madden