Skip to content

Functionality not invoked for function-typed holes #43

Open
@bplommer

Description

@bplommer

In the following example, I would expect a message Found hole with type: Char => Boolean, but there is none.

object Test {
  def foo(x: String): Boolean = x.exists(???)
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions