Skip to content

super.bind regression #2781

Closed
Closed
@ncannasse

Description

@ncannasse
class A {
    public function bind() {
    }
}

class Test extends A {

    override function bind() {
        super.bind();
    }

    public static function main () {
    }
}

"Cannot access super as value"

Activity

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions