Commit fa99182
committed
Collapse template properties to inline one-liners
Same semantics — property with getter returning the fixed template and
a no-op setter so super's assignment is silently discarded. 13 lines
of @Property blocks reduced to 2 inline declarations, with a single
comment explaining why the no-op setter exists.
Co-authored-by: Isaac1 parent 829192d commit fa99182
1 file changed
Lines changed: 5 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
132 | 122 | | |
133 | 123 | | |
134 | 124 | | |
| |||
0 commit comments