scala's 'solution' to this is the local import: `...
# announcements
g
scala's 'solution' to this is the local import:
Copy code
fun someMethod(){
  import extensions.*
  myDomainModel.doThings(closureArgs)
}