You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for the title. It's slightly incorrect, but didn't want to make it longer. The code below exemplifies the issue quite well: https://psalm.dev/r/69a0df463f
The text was updated successfully, but these errors were encountered:
The linked PR changes the interpretation of class-string<IBar>|class-string<IFoo>|class-string<IBar & IFoo> to class-string<IBar>|class-string<IFoo> (regardless of the order of the intersection).
weirdan
added a commit
to weirdan/psalm
that referenced
this issue
Mar 9, 2024
Sorry for the title. It's slightly incorrect, but didn't want to make it longer. The code below exemplifies the issue quite well:
https://psalm.dev/r/69a0df463f
The text was updated successfully, but these errors were encountered: