an inline class of an inline class is still proper...
# announcements
e
an inline class of an inline class is still properly inlined?
d
I believe so
Can confirm
👍 1
d
Depends on the nullablilty of the wrapped type.
e
no nullability in play
k
If you're curious about things like this just look at the generated bytecode or the decopiled Java equivalent,
Tools > Koltin > Show Kotlin Bytecode > Decompile
.
👍 1