Skip to content

Instantly share code, notes, and snippets.

@ataulm
Created August 10, 2018 10:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ataulm/68d6815644761da833200ecc8983a2f9 to your computer and use it in GitHub Desktop.
Save ataulm/68d6815644761da833200ecc8983a2f9 to your computer and use it in GitHub Desktop.
val scoopAction: ScoopAction
fun eatIceCream() {
val scoopResult = scoopAction.scoop(iceCreamTub)
// TODO: eat it
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment