Why does the Kotlin language use `api.Action::clas...
# announcements
j
Why does the Kotlin language use
api.Action::class
syntax instead of
api.Action.class
syntax? Why the change to using
::
there must have been a reason for doing that.