can inline classes be properly observed with the K...
# announcements
s
can inline classes be properly observed with the Kotlin Bytecode tool? It shows that my inline class is actually compiled to a regular class which seems wrong
h
Yep I've been using it pretty extensively to ensure I'm not boxing unintentionally. If you see calls to box-impl you know there's boxing going on