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

Singleton types not highlighted within [] #69

Closed
nicolasstucki opened this issue Nov 18, 2019 · 0 comments · Fixed by #97
Closed

Singleton types not highlighted within [] #69

nicolasstucki opened this issue Nov 18, 2019 · 0 comments · Fixed by #97
Labels
bug Something isn't working
Milestone

Comments

@nicolasstucki
Copy link
Contributor

Screenshot 2019-11-18 at 14 21 19

val x = ???
trait Foo[T <: x.type]
val a: x.type = ???
val b: Foo[x.type] = ???

type should be highlighted in all cases

@nicolasstucki nicolasstucki added enhancement New feature or request bug Something isn't working and removed enhancement New feature or request labels Nov 18, 2019
@nicolasstucki nicolasstucki linked a pull request Jun 29, 2020 that will close this issue
@nicolasstucki nicolasstucki added this to the 0.4.0 milestone Jun 29, 2020
anatoliykmetyuk added a commit that referenced this issue Jun 29, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix #69: Do not use type definitions to highlight `.type`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant