Updating submodules
[hiphop-php.git] / hphp / test / slow / class_type_constant / type_constant11.php
blobbd1b14a07f2e7c7ffb30439a53f85565186e53ff
1 <?hh // strict
3 abstract class C {
4 abstract const type T;
8 <<__EntryPoint>>
9 function main_type_constant11() {
10 var_dump(C::T);