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
Thanks for the report! I believe this is related to the bug in IntelliJ with partially-applied functions. It was recently fixed but only in the nightly builds of the Scala plugin. I believe once this is merged in the release build it will be solved.
This also relates to #490. I'll keep this open until the fix from the Scala plugin is released.
in the case below, the editor shows length as type
String
(see image), however, it should beInt
. This broke since a few versions back.The text was updated successfully, but these errors were encountered: