Skip to content

Classes Might Resolve as Variables? #137

@jszaday

Description

@jszaday

This works when it shouldn't. It should be b.

def instantiate<A, B>(b: B): A {
    return new A(B);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions