sync the repo
[hiphop-php.git] / hphp / hack / test / nast / wildcard_hint_as_expr.php
blob4f57076c4d00811f2dbbddb55b1d41e54efdd058
1 <?hh
3 class AAAAA {}
4 final class BBBBB<+T> extends AAAAA {
5 private ?T $x;
8 function wildcard_hint_is_expr(AAAAA $x): void {
9 $_ = $x as BBBBB<_>;