Skip to content

Definition for inherited members #169

Closed
@felixfbecker

Description

@felixfbecker
class A {
  public $x;
}
class B {}
$b = new B;
$b->x; // Definition for x needs be searched in the inheritance chain, not just in B

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions