Skip to content

Instantly share code, notes, and snippets.

@vvviiimmm
Created February 19, 2017 16:43
Show Gist options
  • Select an option

  • Save vvviiimmm/453581bb85abd836685291efc77fe046 to your computer and use it in GitHub Desktop.

Select an option

Save vvviiimmm/453581bb85abd836685291efc77fe046 to your computer and use it in GitHub Desktop.
implicit val circleShape = new CircleShape
implicit val rectangleShape = new RectangleShape
areaOf(Circle(10))
areaOf(Rectangle(5, 5))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment