Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Functionality not invoked for function-typed holes #43

Open
bplommer opened this issue Nov 24, 2020 · 1 comment · May be fixed by #45
Open

Functionality not invoked for function-typed holes #43

bplommer opened this issue Nov 24, 2020 · 1 comment · May be fixed by #45
Labels

Comments

@bplommer
Copy link

bplommer commented Nov 24, 2020

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(???)
}
@cb372 cb372 added the LSUG label Nov 24, 2020
@cb372
Copy link
Owner

cb372 commented Nov 24, 2020

Yeah, the plugin works by pattern matching on trees, and the list of patterns is pretty ad-hoc. This feels like a useful one to add.

@cb372 cb372 linked a pull request Nov 28, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants