Skip to content

java.lang.Error: type is not fully defined #1590

Closed
@OlivierBlanvillain

Description

@OlivierBlanvillain

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)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions