Skip to content

Member initialisation doesn't work for cast i64 #2722

Open
@Thirumalai-Shaktivel

Description

@Thirumalai-Shaktivel

MRE:

from lpython import i32

class test:
    x: i32 = i64(4)

t: test = test()
print(t.x)

Metadata

Metadata

Assignees

No one assigned

    Labels

    asrASR related changes

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions