Join Slack
Powered by
I’d like to be able to replace eg `(arrayOfAny[1] ...
# announcements
d
dmcg
01/04/2016, 7:02 PM
I’d like to be able to replace eg
(arrayOfAny[1] as BigDecimal).toInt()
with
arrayOfAny[1].castAs(BigDecimal::class).toInt()
2
Views
Open in Slack
Previous
Next