Skip to content

[code analysis] add support to check that a type is assignable to another type #5

Description

@khemichew

Currently a type A is assignable to another type B if they are equal.

However A could be assigned to B if A inherits B where B is a class, or A implements B if B is an interface.

This could be useful when determining if the overloaded operator in user defined types can be a valid replacement candidate.

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