Error on self::class on non final classes
[hiphop-php.git] / hphp / hack / test / typecheck / closure_strict_def_typecheck.php.exp
blobf5064357a3d5a3d6800372dbcea5f84ce6ea8ff2
1 File "closure_strict_def_typecheck.php", line 17, characters 28-29:
2 No static method 'f1' in Foo (did you mean instance method 'bar'?) (Typing[4090])
3 File "closure_strict_def_typecheck.php", line 13, characters 7-9:
4 Declaration of Foo is here