Skip to content

Instantly share code, notes, and snippets.

@thobson
Created October 24, 2017 18:28
Show Gist options
  • Save thobson/6962518e56ddeef344608ce5215e85a6 to your computer and use it in GitHub Desktop.
Save thobson/6962518e56ddeef344608ce5215e85a6 to your computer and use it in GitHub Desktop.
val ford: Car = Car("ford")
// still a Car
val drivenFord: Car = driveAndReturn(ford)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment