unfortunately for some reason the Kotlin show byte...
# announcements
a
unfortunately for some reason the Kotlin show bytecode/decompile is not working, but if I have something like this: fun Amount<Currency>.toDecimal() : BigDecimal = BigDecimal(quantity).movePointLeft(token.defaultFractionDigits)