Skip to content

Compiler stack overflow when using Manifest with recursive existential types #6255

Open
@scabug

Description

@scabug
class C[T <: C[T]]

class UseManifest[T : Manifest]

new UseManifest[C[T] forSome{ type T <: C[T] }]

Note: I'm calling it "recursive existential type" but I'm really not sure about the terminology... maybe there's a better term.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions