Skip to content

Comma after composite type is highlighted as a Type #124

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

Closed
bishabosha opened this issue Jul 8, 2020 · 1 comment · Fixed by #127
Closed

Comma after composite type is highlighted as a Type #124

bishabosha opened this issue Jul 8, 2020 · 1 comment · Fixed by #127
Labels
bug Something isn't working

Comments

@bishabosha
Copy link
Member

def foo(x: A with B, c: C): Int = 0
@nicolasstucki nicolasstucki added bug Something isn't working Scala 2 labels Jul 8, 2020
@nicolasstucki
Copy link
Contributor

Similar cases

class B extends A with B,
class B extends A with B:
class B extends A:
class B extends A,
class B extends A'
class B extends A|
class B extends A+
class B extends A-
class B extends A*
class B extends A&
class B extends A^

nicolasstucki added a commit to nicolasstucki/vscode-scala-syntax that referenced this issue Jul 9, 2020
nicolasstucki added a commit to nicolasstucki/vscode-scala-syntax that referenced this issue Jul 9, 2020
MaximeKjaer added a commit that referenced this issue Jul 15, 2020
Fix #124: Identify extended class names as plain identifiers
PanAeon pushed a commit to PanAeon/vscode-scala-syntax that referenced this issue Apr 28, 2022
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.

2 participants