Skip to content

Array of case objects does not compile due to missing ClassTag #1284

Closed
@smarter

Description

@smarter
case object A
case object B

object Test {
  Array(A, B)
}
error: No ClassTag available for (Object & Product0)'
  Array(A, B)
             ^

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions