Skip to content

Instantly share code, notes, and snippets.

@patrickcousins
Created April 12, 2018 03:52
Show Gist options
  • Save patrickcousins/01c7b20156c5651f9cb6ecffb6802ae3 to your computer and use it in GitHub Desktop.
Save patrickcousins/01c7b20156c5651f9cb6ecffb6802ae3 to your computer and use it in GitHub Desktop.
warmWool.forEach {
   val yarn = when (it) {
       is Wool.Merino -> knit()
       is Wool.Alpaca -> knit()
   }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment