Is there a way to debug whether an inline class instance is boxed or unboxed at any given point?
u
Uberto Barbini
08/05/2019, 7:48 AM
My understanding is that there is no boxing/unboxing. Everything is done at compilation time and there is no trace of the inline class in the bytecode.
Please correct me if I'm wrong.