Disallow ... without type in function typehints
[hiphop-php.git] / hphp / hack / test / typecheck / assing_array_get_pair_component_bad.php
blob45ba0954a934bd8563d2b6a0234009e9284bee16
1 <?hh // strict
2 // Copyright 2004-present Facebook. All Rights Reserved.
4 function test(Pair<int, dict<string, int>> $p): void {
5 $p[1]['foo'] = 42;