Commit 1c4a8b3
committed
Add Type::toBitwiseNotType() to AccessoryDecimalIntegerStringType
This class was added on the `unsealed` branch and didn't exist when
the `Type::toBitwiseNotType()` interface method was introduced in
the merged Group 3 refactor — sync up the missing override so the
class is instantiable again.
Body matches the other accessory string types: when not inverted the
type is guaranteed non-empty, so `~$s` keeps the non-empty
accessory. The decimal-integer property itself doesn't survive
bitwise-not, so the accessory is dropped.1 parent ff9424d commit 1c4a8b3
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
223 | 235 | | |
224 | 236 | | |
225 | 237 | | |
| |||
0 commit comments