Capture XHP class names in IdentifySymbolService
[hiphop-php.git] / hphp / hack / test / identify_symbol / generic.php
blobadb800ed979a45e35ee6db7b52f6c033e8f10002
1 <?hh
3 // TODO(t11082787): identifying generics
4 class C<TFoo> {
5 public function test(): TFoo {
6 //UNSAFE