I can access the boxed type through `val x:Any = I...
# eap
j
I can access the boxed type through
val x:Any = InlineClass(0); x::class
but that's pretty hacky
s
because it's expected to return the wrapped type? i would be thrown off if it returned the boxed type
j
Extremely long story short: It breaks my serialization libraries. Why should it return the wrapped type, though? I can already access that separately. Eh, I'll just disable inline classes in my stuff for now.
r
It could be a bug. You should file a report to be sure.
e
It is already fixed for 1.3.20 here https://youtrack.jetbrains.com/issue/KT-28185
👍 6
j
Thanks!