I’d like to be able to replace eg `(arrayOfAny[1] ...
# announcements
d
I’d like to be able to replace eg
(arrayOfAny[1] as BigDecimal).toInt()
with
arrayOfAny[1].castAs(BigDecimal::class).toInt()