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