Skip to content

unbound variable with -D analyzer #3844

Closed
@nadako

Description

@nadako

extracted from generated nape code:

typedef A = {f: A}

class Main {
    static function main() {
        var n:A = null;
        do n = n.f while (n!=null && (n!=null || n!=null));
    }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions