<@U0BLU7JTA>: Is there a way to show code generate...
# announcements
m
@dmitry.petrov: Is there a way to show code generated by compiler? I mean something like you showed before:
Copy code
val lambda1 = {} // lambdas/LambdasKt$main$lambda1$1.INSTANCE
    val lambda2 = {} // lambdas/LambdasKt$main$lambda2$1.INSTANCE
    println(lambda1 == lambda2) // false