Skip to content

Dynamic Dispatch on generics #85

@vihanb

Description

@vihanb

Currently this should properly detect and allow override:

class A<T> {
    func f(a: T) {}
}

class B<U>: A<U> {
    func f(a: U) {}
}

along with fields.

Possible by adjusting Scope#get to accept TypeContext?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions