Untyped variadic function types should not be permitted in strict mode
[hiphop-php.git] / hphp / hack / test / typecheck / reactive / test_local_reactive2.php
blob476a2576234a5fd52091f38ea2f45555bb00815b
1 <?hh // strict
3 <<__RxLocal>>
4 function test(): void {}
6 <<__Rx>>
7 function test2(): void {
8 // Rx cannot call RxLocal
9 test();