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
At the moment compiler only supports inferred generic types for unapply signature help. We should change it to properly infer types for normal function applications.
objectM:Option(1).fold($m1
Output
fold[B](ifEmpty: =>B)(f: A=>B):B
Expectation
fold[B](ifEmpty: =>B)(f: Int=>B):B
The text was updated successfully, but these errors were encountered:
Compiler version
3.1.3-RC3
Minimized code
At the moment compiler only supports inferred generic types for unapply signature help. We should change it to properly infer types for normal function applications.
Output
Expectation
The text was updated successfully, but these errors were encountered: