Join Slack
Communities
Powered by
scala's 'solution' to this is the local import: `...
# announcements
g
groostav
07/15/2016, 11:34 PM
scala's 'solution' to this is the local import:
Copy code
fun someMethod(){ import extensions.* myDomainModel.doThings(closureArgs) }
Open in Slack
Previous
Next