Updating submodules
[hiphop-php.git] / hphp / hack / test / nast / taccess_self.php
blob43153496cf68c9ac6c4b61ba0d496e9d12f2ef10
1 <?hh
3 class ABC {
4 const type T = int;
5 public function taccess_self(self::T $x): void {}