improve Shapes::idx / Shapes::idx lint by underlining invalid property
[hiphop-php.git] / hphp / hack / test / dynamic_view / dynamic_parameter.php
blobda13ae9384856b1b611fc3c943075308994ab469
1 <?hh // partial
2 function takes_int((int, int) $x) : void {}
3 function foo($x) {
4 /* HH_IGNORE_ERROR[2049] */ hh_show($x);
5 takes_int($x);
6 /* HH_IGNORE_ERROR[2049] */ hh_show($x);