<@U1BSC81K9> I would really recommend teaching you...
# announcements
e
@vach I would really recommend teaching yourself to read JVM bytecode if you are interested in these kinds of implementation details (JVM specification document is your friend on this path). It is a useful skill. Then, there is an IDEA action called “Show Kotlin Bytecode” that you can use to quickly examine any piece of Kotlin to immediately see it what it compiles to.