-
Notifications
You must be signed in to change notification settings - Fork 1.1k
scala.MatchError on 0.25.0-bin-20200608-fa84627-NIGHTLY #9150
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
Comments
Can be furthe minimized ^^ I updated the example. |
It does not look like #9049 introduced the issue. It can be reproduced with any other alias to an object. import scala.compiletime.erasedValue
type Foo = Foo.type
object Foo
inline def fooErased[T] = inline erasedValue[T] match { case _ => }
val f = fooErased[Foo] |
@nicolasstucki yeah, my example was not "minimal" enough... Changing the |
I found the cause. #9154 should fix it. |
Fix #9150: Dealias reference to singleton
Uh oh!
There was an error while loading. Please reload this page.
Mimimized example
Output
The text was updated successfully, but these errors were encountered: