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
Dominaezzz
06/18/2021, 1:30 PM
To add to that, will value classes be structs in the native backend?