Skip to content

Conversation

@nicolasstucki
Copy link
Contributor

@nicolasstucki nicolasstucki commented Feb 10, 2023

Fixes the following two cases

val a, b, c = ...
var a, b, c = ...

Fixes #234

Fixes the following two cases
```
val a, b, c = ...
var a, b, c = ...
```
Copy link
Contributor

@tgodzik tgodzik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nicolasstucki nicolasstucki merged commit 4a3fb2d into scala:main Feb 10, 2023
@nicolasstucki nicolasstucki deleted the fix-234 branch February 10, 2023 16:22
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.

Multi val definition not highlighted correctly

2 participants