Skip to content

Should produce errors on expected scoped property access expressions in trait select clauses #99

@mousetraps

Description

@mousetraps

The code below is currently improperly parsed without errors.

class A {
    use \A {
        \a as b;
        \b insteadof C;
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions