Skip to content

Instantly share code, notes, and snippets.

@dwhitney
Created June 29, 2011 11:40
Show Gist options
  • Save dwhitney/1053690 to your computer and use it in GitHub Desktop.
Save dwhitney/1053690 to your computer and use it in GitHub Desktop.
object Rectangle{
def rectangleAtOrigin = new Rectangle(0, 0, _: Double, _:Double)
}
class Rectangle(x1: Double, y1: Double, x2: Double, y2: Double)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment