Join Slack
Communities
Powered by
can somebody describe, where instance of on OBJ ma...
# announcements
q
qwert_ukg
01/19/2017, 7:44 AM
can somebody describe, where instance of on OBJ makes?
Copy code
class OBJ() { fun obj(initMethod: OBJ.() -> Unit) { val obj = OBJ() obj.initMethod() } }
Open in Slack
Previous
Next