No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / array_non_static.php
blob0455a56e84bff8407be7d9f1050c606954dd59c7
1 <?hh // strict
3 function get(): int {
4 return 1;
7 class Foo {
8 public varray<int> $vec = varray[get(), 2];