Join Slack
Powered by
An expression followed by `::class` will get you t...
# announcements
d
damian
09/08/2017, 8:23 AM
An expression followed by
::class
will get you the class of that object. Either
this::class.simpleName
or
this::class.qualifiedName
is probably what you are looking for
Open in Slack
Previous
Next