Fix bug in hack codegen for sets
[hiphop-php.git] / hphp / hack / test / typecheck / class_as_class_constant.php.exp
blob11ec91e37916763f8234b00bb6defdbab43a581e
1 ERROR: File "class_as_class_constant.php", line 13, characters 9-13:
2 Cannot declare a constant named `class`. The name `class` is reserved for the class constant that represents the name of the class (Naming[2070])