Fixed list difference algorithm
[hiphop-php.git] / hphp / hack / test / outline / typeconst.php
blob1e53a841ec73a087a23fe72f310f604442e9de36
1 <?hh
3 abstract class C {
4 const type Ta = string;
5 abstract const type Tb;
6 abstract const type Tc as int;