Join Slack
Powered by
What do `object` and `companion object` compile to...
# announcements
m
mzgreen
08/31/2016, 7:37 PM
What do
object
and
companion object
compile to? I mean what would their equivalents look in java code? Which singleton implementation is being used in case of
object
? Is it enum? Is it thread safe?
2
Views
Open in Slack
Previous
Next