Everything inside an `expect class` is implicitly ...
# multiplatform
r
Everything inside an
expect class
is implicitly also an
expect
declaration. So I think you’d need to leave it undefined and implement it as an
actual
. Or you might be able to do it as an extension property on
BigInteger.Companion
if you don’t want to define it for each platform.
r
BigInteger.Companion
cannot be resolved, after the tyealias