Returned function highlighting
Hello everyone,
I think it's a bug. I created curried function in module and exported with `module.exports = curriedFunction;`. Then I imported it and called with the first param, but returned function variable isn't highlighted as function.


But when I created curried function in place, highlighting is ok:

But highlighting is broken again when I'm declaring function variable:

What I'm doing wrong? Thank you:)
Please sign in to leave a comment.
please vote for https://youtrack.jetbrains.com/issue/WEB-45512 to be notified on any progress with it