Support is and as
[hiphop-php.git] / hphp / hack / test / decl / constraints_with_fully_qualified_name.php
blob1d2b06609342866314e6390d8e66df6f1f738d7b
1 <?hh
3 type Ta = int;
4 type Td = string;
6 interface I<
7 Ta as arraykey,
8 Tb as Map<Ta, Td>,
9 Tc as Map<\Ta, \Td>,
10 Td,
11 >{}