Updating submodules
[hiphop-php.git] / hphp / hack / test / typecheck / function_pointer / obj_get_simple.php.exp
blob2d039395fa125f08b884cabaadcc128b65a765d7
1 ERROR: File "obj_get_simple.php", line 11, characters 8-16:
2 Function pointers `<>` can only be created with toplevel functions and explicitly named static methods. Use lambdas `(...) ==> {...}` for other cases. (Parsing[1002])