folly: fix github ci tests on macos arm
[hiphop-php.git] / hphp / hack / test / typecheck / array_unification / vec_or_dict_to_nonnull.php
blobfca32eeda55db79c5df5be8adc15fdc2421ce7c0
1 <?hh
3 function f(vec_or_dict<arraykey, mixed> $a): nonnull {
4 return $a;