Migrate rx/pure tests to strict mode, fix broken tests
[hiphop-php.git] / hphp / hack / test / typecheck / reactive / rx_append2.php
blob80d406d58b5ac231b218cc534c89058576a63e73
1 <?hh
3 <<__Rx>>
4 function a(Set<int> $a): void {
5 $a[] = 1;