Skip to content

No inferred types for apply signatureHelp #15284

Closed
@rochala

Description

@rochala

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.

object M:
  Option(1).fold($m1

Output

fold[B](ifEmpty: => B)(f: A => B): B

Expectation

fold[B](ifEmpty: => B)(f: Int => B): B

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions