Skip to content

Add scenario for generating proxies for intersection types in class properties/parameters/methods #728

Description

@Ocramius

Similar to #727, we need to expand our testing into intersection types.

Luckily, intersection types do not currently support nullability ( https://wiki.php.net/rfc/pure-intersection-types ), and only operate with object-alike types, which should make the integration (hopefully) straightforward.

For this, we probably need to add intersection types in new classes replicating:

We need to then integrate those new classes into scenarios that already verify codegen for the ones referenced above.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions