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
{{ message }}
This repository was archived by the owner on Aug 1, 2023. It is now read-only.
With the release of hhvm 4.157 and hhast 4.157 type constants can now
have more than one type constraint, but so far only at the syntax
level (it won't typecheck). Add minimal support for this by grabbing
the first constraint if it exists (for now). We will need further
changes once the feature is fully launched.
Tested locally with:
```
hh_client
vendor/bin/hacktest tests
```
0 commit comments