Fix bug with nullable member selection not erroring
[hiphop-php.git] / hphp / hack / test / typecheck / readonly / safe_member_selection.php.exp
blob910f419273b4e2efd9cd6ebbb7e5ac196694d2ae
1 File "safe_member_selection.php", line 8, characters 17-17:
2 This property returns a readonly value. It must be explicitly wrapped in a readonly expression. (Typing[4412])
3 File "safe_member_selection.php", line 4, characters 60-61:
4 The property is defined here.