Error on self::class on non final classes
[hiphop-php.git] / hphp / hack / test / typecheck / fallthrough_not_last_line.php.exp
blobdff285fe6e5955e7bb36c24e29d0687f618eea38
1 File "fallthrough_not_last_line.php", line 4, characters 11-12:
2 This switch has a case that implicitly falls through and is not annotated with // FALLTHROUGH (NastCheck[3005])
3 File "fallthrough_not_last_line.php", line 5, characters 10-10:
4 This case implicitly falls through