Error on self::class on non final classes
[hiphop-php.git] / hphp / hack / test / typecheck / trait_override_final.php.exp
blobdbc798d6ccbcdd8bb7afa3c4d220ae92e4685c32
1 File "trait_override_final.php--file3.php", line 3, characters 7-7:
2 Class C does not correctly implement all required members (Typing[4340])
3 File "trait_override_final.php--file3.php", line 3, characters 17-17:
4 Some members are incompatible with those declared in type B
5 Read the following to see why:
6 File "trait_override_final.php--file1.php", line 4, characters 25-25:
7 You cannot override this method
8 File "trait_override_final.php--file2.php", line 4, characters 25-25:
9 It was declared as final