Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Instance function parameter types should propagate to descendants in type hierarchy #194

@lostmsu

Description

@lostmsu

The rationale is similar to the rationale for return types in #11 and #115.

If A: B and on an variable b of type B we call b.foo(42), that means, that A.foo must also be able to accept int, because b can actually hold a value of type A.

Also related to: #131, #185

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions