Error on self::class on non final classes
[hiphop-php.git] / hphp / hack / test / typecheck / classname / private_access.php.exp
blob8bef9d82c6a99a8a90ceb246fcff768fd6f5e601
1 File "private_access.php", line 7, characters 9-9:
2 Private members cannot be accessed dynamically. Did you mean to use 'self::'? (Typing[4112])
3 File "private_access.php", line 4, characters 27-27:
4 This member is private