Will @JvmInline on value classes only be present f...
# announcements
q
Will @JvmInline on value classes only be present for single field classes? Will value classes with multiple fields compiled for Valhalla JVMs lack this annotation? Can we be sure that value classes annotated with @JvmInline will always have exactly one field even in future Kotlin versions?
d
To add to that, will value classes be structs in the native backend?
q
Hoping someone from JB can clarify that.
e
Valhalla is still evolving, I doubt there are any answers set in stone.
a
Wondering how such an inlined value can be returned from a method in JVM.