Skip to content

Instantly share code, notes, and snippets.

@wfaler
Created February 16, 2011 01:41
Show Gist options
  • Save wfaler/828685 to your computer and use it in GitHub Desktop.
Save wfaler/828685 to your computer and use it in GitHub Desktop.
structuraltype.scala
def someFunction(identifiable: {def id: Long}){
..do stuff..
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment