We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This minimized case class:
case class W[T](seq: Option[Option[T]] = Option.empty)
Stops the compilation with the following exception:
Exception in thread "main" java.lang.Error: internal error: type of right-hand side Option[A] is not fully defined, pos = <58..98>
(full stack trace)