Support is and as
[hiphop-php.git] / hphp / hack / test / decl / classes.php.typecheck.exp
blob25f0d72fac064fae9c6498ccb98f5b6cf4ca29c8
1 File "classes.php", line 9, characters 19-29:
2 Class `MyClass` has properties that cannot be null and aren't always set in `__construct`. (NastCheck[3015])
3 File "classes.php", line 5, characters 17-33:
4 `$this->instanceProperty` is not initialized.
5 File "classes.php", line 6, characters 17-34:
6 `$this->protectedProperty` is not initialized.
7 File "classes.php", line 4, characters 25-39:
8 Please assign a value (Typing[4055])