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

Don't search implicit arguments in singleton type prefix #16490

Merged
merged 1 commit into from
Dec 12, 2022

Conversation

odersky
Copy link
Contributor

@odersky odersky commented Dec 9, 2022

In a singleton type f.type, if f is a context function value, don't complete with implicit arguments.

Fixes #16488

In a singleton type `f.type`, if `f` is a context function value, don't
complete with implicit arguments.

Fixes scala#16488
@odersky odersky merged commit f18d774 into scala:main Dec 12, 2022
@odersky odersky deleted the fix-16488 branch December 12, 2022 10:17
@Kordyjan Kordyjan added this to the 3.3.0 milestone Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Singleton type of context function
3 participants