Skip to content

Problem with class declarations #24

Description

@Benabik
class A.B;
class A.A;

function foo() {
    var p;
    p = new A.A;
    p = new A.B;
}

Gives me a warning "WARNING: class A.B not found at compile time near A at temp.winxed line 7". Reversing the lines warns about A.A instead.

Having them not in namespaces or in different namespaces gives no warning.

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