Move unit into PreTypeAlias
[hiphop-php.git] / hphp / test / slow / array_escalation / 279.php
blob1c5f179dcc6173d1e5d12ff4577f57ac018afdd4
1 <?hh
4 <<__EntryPoint>>
5 function main_279() {
6 $a = varray[10];
7 $a[] = 'test';
8 var_dump($a);