Skip to content

Instantly share code, notes, and snippets.

@thobson
Created October 24, 2017 18:36
Show Gist options
  • Save thobson/0a75b47284415db785d7fdb2fad9c1a9 to your computer and use it in GitHub Desktop.
Save thobson/0a75b47284415db785d7fdb2fad9c1a9 to your computer and use it in GitHub Desktop.
implicit val vehicleLikeTank = new VehicleLike[Tank] {
def drive: String = "driving a big big tank"
}
val tank = Tank(...)
val drivenTank: Tank = Dealership.driveAndReturn(tank)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment