Arquivos
hhvm/hphp/test/quick/hh_functions3.php
T
Tim Starling 998951619f update copyright date
We did not intend to imply our copyrights last forever

Closes #759
2013-06-03 12:43:56 -07:00

10 linhas
155 B
PHP

<?hh
// Copyright 2004-2013 Facebook. All Rights Reserved.
class :x:frag { }
function foo(:x:frag $x): :x:frag {
return $x;
}
print_r(foo(<x:frag/>));