-
Notifications
You must be signed in to change notification settings - Fork 225
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
Wrong pattern must be a value
#3063
Comments
pattern must be a valuescalameta
pattern must be a value
@tgodzik can you repro? I added to
and it didn't have any parsing problems. |
I think it's a Scala 3 splice expression at https://github.com/Atry/html.scala/blob/0df608834dcf0dcdcae32d60f23a4c9560ddbf0a/html/src/main/scala/com/yang_bo/html/package.scala#L193 |
I tripped over this same issue in https://github.com/sirthias/borer. |
can you please provide a small reproducible example? we haven't made progress on this because the original example does not fail in our tests. |
It's a weird issue, also for me. |
@tgodzik @sirthias @Atry can you provide the link to a failing file and the line number in that file? Whether on clean builds or every time, doesn't matter.
(or any other pattern expression which looks like |
Found an issue when working on scalameta/metals#4896
looks like an issue with Scala 3 dialect
The text was updated successfully, but these errors were encountered: