Fix invalid assertion
[hiphop-php.git] / hphp / test / slow / nullsafe / nullsafe-with-args.php
blob906fafdc8c240e78263c6dc8920660970a0c0a5f
1 <?hh
3 <<__EntryPoint>>
4 function main() {
5 $foo = __hhvm_intrinsics\launder_value(null);
6 var_dump($foo?->bar(1, 2, 3));