Skip to content

Instantly share code, notes, and snippets.

@sullivan-
Created December 15, 2014 18:07
Show Gist options
  • Save sullivan-/c7c2eaf5481c40226002 to your computer and use it in GitHub Desktop.
Save sullivan-/c7c2eaf5481c40226002 to your computer and use it in GitHub Desktop.
trait TopComponent extends AServiceComponent with BServiceComponent
object Application extends App with TopComponent {
aService.greet
bService.greet
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment