Move io_tests to folly/io/async/test
[hiphop-php.git] / hphp / hack / test / typecheck / array_append_pair_component_good.php
blob20cda794f752633c308ebc723e4adf5094ba90cd
1 <?hh
2 // Copyright 2004-present Facebook. All Rights Reserved.
4 function test(Pair<int, Vector<string>> $p): void {
5 $p[1][] = 'foo';