Error on self::class on non final classes
[hiphop-php.git] / hphp / hack / test / typecheck / override_final7.php.exp
bloba17c6e8b683a2b3f924474208b99091a7bdb7aef
1 File "override_final7.php", line 26, characters 13-14:
2 Class C1 does not correctly implement all required members (Typing[4340])
3 File "override_final7.php", line 26, characters 24-25:
4 Some members are incompatible with those declared in type P2
5 Read the following to see why:
6 File "override_final7.php", line 21, characters 25-37:
7 You cannot override this method
8 File "override_final7.php", line 13, characters 25-37:
9 It was declared as final