difftastic/sample_files/hack_before.php

6 lines
52 B
PHTML

<?hh
function foo(): vec<int> {
return vec[1];
}