Skip to content

Cast to non-builtin types #6

@iuliux

Description

@iuliux

A cast to a class type is turned into a constructor of that type. For example:

obj = (Cast) o;

becomes:

self.obj = Cast(o)

However, with builtin types like String, this works fine.

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