No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / lsb_nonstatic_disallowed.php
blob521fee294893211862460e8bee5f10c9a14541d1
1 <?hh // strict
3 class C {
4 <<__LSB>> public int $id;
6 public function __construct() {
7 $this->id = 0;