Join property declarations with attributes on one line when possible
[hiphop-php.git] / hphp / hack / test / hackfmt / tests / lateinit_property.php.exp
blob92481717a32b07c13c7a2139f0b2e40da692a33a
1 <?hh
3 class C {
4 <<__LateInit>> private int $a;
5 <<__LateInit>> private int $b;
6 <<__LateInit>> private static int $c;
7 <<__LateInit>> private static int $d;
8 <<__LateInit>>
9 private static dict<A____________, B_____________> $e___________;
10 <<__LateInit>>
11 private static dict<A________________________, B___________________>
12 $f______________;
13 <<__LateInit, __OtherAttribute, __AnotherAttribute>> private int $g;
14 <<__LateInit, __OtherAttribute, __AnotherAttribute, __AFurtherAttribute>>
15 private int $h;
16 <<__LateInit, __OtherAttribute, __AnotherAttribute, __AFurtherAttribute>>
17 private static dict<A____________, B_____________> $i___________;
18 <<__LateInit, __OtherAttribute, __AnotherAttribute, __AFurtherAttribute>>
19 private static dict<A________________________, B___________________>
20 $j______________;
22 __LateInit,
23 __OtherAttribute,
24 __AnotherAttribute,
25 __AFurtherAttribute,
26 __OneMoreAttribute
28 private int $k;