Join Slack
Powered by
I’m trying to define a class extension function in...
# announcements
s
santiago
02/26/2018, 9:04 PM
I’m trying to define a class extension function in another class. Like this:
NestManager { fun Nest.withMetadata(): Nest }
. Is there any way to call
someNest.withMetadata()
outside of functions that are in NestManager?
Open in Slack
Previous
Next