move obj_get to its own module
[hiphop-php.git] / hphp / hack / test / full_fidelity / cases / const_visibility_mod / class_const_no_modifier.php
blobc5dde3fcfc3865967d2a8bb350d701b335e18f19
1 <?hh // strict
2 // Copyright 2004-present Facebook. All Rights Reserved.
4 abstract class A {
5 abstract const int TOTAL_CHAR;
8 class B {
9 const int FFP = 5;