Error on self::class on non final classes
[hiphop-php.git] / hphp / hack / test / typecheck / debug / disable_typechecker.php
blob308197ab34859e13903004cc4d5f116bf6f03279
1 <?hh
3 <<__DisableTypecheckerInternal>>
4 function f(): void {
5 3 + "4";
8 class C {
9 <<__DisableTypecheckerInternal>>
10 public function g(): void {
11 3 + "4";