Skip to content

Instantly share code, notes, and snippets.

@ostretsov
Created January 14, 2015 05:11
Show Gist options
  • Save ostretsov/7e04d31e91fd05c7fa8a to your computer and use it in GitHub Desktop.
Save ostretsov/7e04d31e91fd05c7fa8a to your computer and use it in GitHub Desktop.
trait Point {
def x: Int
def y: Int
}
class Something(val x: Int, val y: Int) extends Point
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment