Check for void/noreturn in conditionals
[hiphop-php.git] / hphp / hack / test / typecheck / unpack_call3.php
blob932fa0610f51319afa0e084f6bb8cbc283ef918c
1 <?hh
3 function f(int $foo, ...$args) {}
5 function test() {
6 $args = 'string';
7 f(...$args); // should be error