Class get
[hiphop-php.git] / hphp / hack / test / typecheck / readonly / prop.php.legacy_decl.exp
blobc0729956b52d956b93574e3c35875a20c33b1136
1 File "prop.php", line 24, characters 12-13:
2 This property returns a readonly value. It must be explicitly wrapped in a readonly expression. (Typing[4412])
3 File "prop.php", line 6, characters 19-21:
4 The property is defined here.
5 File "prop.php", line 29, characters 3-12:
6 Invalid property assignment (Typing[4411])
7 File "prop.php", line 29, characters 16-33:
8 This expression is readonly
9 File "prop.php", line 7, characters 10-12:
10 But it's being assigned to a mutable property
11 File "prop.php", line 31, characters 16-17:
12 This property returns a readonly value. It must be explicitly wrapped in a readonly expression. (Typing[4412])
13 File "prop.php", line 6, characters 19-21:
14 The property is defined here.
15 File "prop.php", line 35, characters 3-12:
16 Invalid property assignment (Typing[4411])
17 File "prop.php", line 35, characters 16-33:
18 This expression is readonly
19 File "prop.php", line 7, characters 10-12:
20 But it's being assigned to a mutable property