Open cvdsteeg opened 4 days ago
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.