Updating submodules
[hiphop-php.git] / hphp / hack / test / typecheck / function_pointer / self_in_trait.php.exp
blobf6755c6dcd3f35eaea98af08d7f20e839c789367
1 ERROR: File "self_in_trait.php", line 11, characters 10-13:
2 Cannot use `self::` in a function pointer in a non-final class due to class context ambiguity. (Naming[2113])