Skip to content

Instantly share code, notes, and snippets.

@chrislewis
Created August 27, 2011 20:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrislewis/1175865 to your computer and use it in GitHub Desktop.
Save chrislewis/1175865 to your computer and use it in GitHub Desktop.
object Concat {
def concat(s: String)(ss: String) = s + ss
def concat(s: String)(i: Int) = i + s
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment