-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Cannot inline functional interface as parameter #8845
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
Labels
Comments
It should work. |
Workaround convert2(x => x * 10) |
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
May 1, 2020
The workaround does not help (same result). The problem is probably deeper |
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
May 2, 2020
smarter
added a commit
that referenced
this issue
May 3, 2020
Fix #8845: Strip annots from proto when checking SAM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is this supposed to work at all?
The text was updated successfully, but these errors were encountered: