Skip to content

Add error for using destroy this in constructor #754

@PhoenixZeng

Description

@PhoenixZeng
class B
    int a = 1
    construct(int a)
        if a == 0
            destroy this
        this.a = a //error in here

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions