No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / call_in_static_darray.php
bloba581e08b048fe298cc7de1b22d8a8ceef008fd4a
1 <?hh // partial
3 class C {
4 public static function f() {
5 return "lol";
7 static $x = darray['a' => C::f()];