Is the Kotlin compiler smart enough to treat anoym...
# announcements
s
Is the Kotlin compiler smart enough to treat anoymous inner classes, that don’t capture / use outside variables, as objects, meaning only one is created and then reused for the entire application?