-
Notifications
You must be signed in to change notification settings - Fork 1.1k
NPE on sealed trait in locally
#9572
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
Self-contained example: inline def foo[T](inline body: T): T = body
def test = foo {
sealed trait Status
object Active extends Status
} |
Sorry for the bump, I just ran into a similar issue (#10542), but in my case the |
Also, the original issue reported here (using |
Closing this as a duplicate of #10542 since it has more discussion on the root cause. |
Minimized code
Minimized from
sbt ++0.26.0-RC1 json-schemaJVM/compile
on endpoints4s.Output (click arrow to expand)
Dotty stack trace.
The text was updated successfully, but these errors were encountered: