Why I can't use `JvmName` for the extension method...
# announcements
j
Why I can't use
JvmName
for the extension method of
UInt
. It works for
Int
.
g
Maybe because methods which work with inline classes are mangled to prevent usage from Java
1